Registered User mNo edit summary |
Registered User mNo edit summary |
||
Line 12: | Line 12: | ||
== How to add the libjpeg-turbo in your distribution == | == How to add the libjpeg-turbo in your distribution == | ||
Browse the OpenEmbedded libjpeg-turbo recipe documentation<ref>https://layers.openembedded.org/rrs/recipedetail/OE-Core/45003/ OpenEmbedded libjpeg-turbo recipe documentation</ref> | |||
== References == | == References == | ||
Line 18: | Line 18: | ||
<noinclude> | <noinclude> | ||
{{PublicationRequestId | | {{PublicationRequestId | Auto}} | ||
[[Category:How to run use cases]] | [[Category:How to run use cases]] | ||
</noinclude> | </noinclude> |
Revision as of 09:36, 30 August 2022
It is possible to accelerate JPEG compression and decompression by replacing the default libjpeg[1] library with the libjpeg-turbo[2]library that uses the Arm® NEON™ technology.
1. How to check the libjpeg-turbo installation
Board $> dpkg -l | grep jpeg
...
Hardware accelerated JPEG compression/decompression library
...
2. How to add the libjpeg-turbo in your distribution
Browse the OpenEmbedded libjpeg-turbo recipe documentation[3]
3. References
- ↑ http://libjpeg.sourceforge.net/ libjpeg official web site
- ↑ https://libjpeg-turbo.org/ libjpeg-turbo official web site
- ↑ https://layers.openembedded.org/rrs/recipedetail/OE-Core/45003/ OpenEmbedded libjpeg-turbo recipe documentation