Difference between revisions of "How to accelerate JPEG compression and decompression"

[quality revision] [quality revision]
m
m
Applicable for STM32MP13x lines, STM32MP15x lines

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[edit]

 dpkg -l | grep jpeg
...
Hardware accelerated JPEG compression/decompression library
...

2 How to add the libjpeg-turbo in your distribution[edit]

Please refer to Browse the OpenEmbedded libjpeg-turbo recipe documentation[3]

3 References[edit]

  1. http://libjpeg.sourceforge.net/ libjpeg official web site
  2. https://libjpeg-turbo.org/ libjpeg-turbo official web site
  3. https://layers.openembedded.org/rrs/recipedetail/OE-Core/45003/ OpenEmbedded libjpeg-turbo recipe documentation



<noinclude>{{ApplicableFor
|MPUs list=STM32MP13x, STM32MP15x
|MPUs checklist=STM32MP13x,STM32MP15x
}}</noinclude>

It is possible to accelerate JPEG compression and decompression by replacing the default libjpeg<ref>http://libjpeg.sourceforge.net/ libjpeg official web site</ref> library with the libjpeg-turbo<ref>https://libjpeg-turbo.org/ libjpeg-turbo official web site</ref>library that uses the [[NEON_overview | Arm<sup>&reg;</sup> NEON<sup>&trade;</sup>]] technology.

== How to check the libjpeg-turbo installation ==
 {{Board$}} dpkg -l | grep jpeg
 ...
 '''Hardware accelerated JPEG compression/decompression library'''
 ...

== How to add the libjpeg-turbo in your distribution ==Please refer to 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/>

<noinclude>

{{PublicationRequestId | xxxxx | 2019-xx-xx | xxxxxAuto}}
[[Category:How to run use cases]]</noinclude>
Line 12: Line 12:
   
 
== How to add the libjpeg-turbo in your distribution ==
 
== How to add the libjpeg-turbo in your distribution ==
Please refer to the OpenEmbedded libjpeg-turbo recipe documentation<ref>https://layers.openembedded.org/rrs/recipedetail/OE-Core/45003/ OpenEmbedded libjpeg-turbo recipe documentation</ref>
+
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 | xxxxx | 2019-xx-xx | xxxxx}}
+
{{PublicationRequestId | Auto}}
 
[[Category:How to run use cases]]
 
[[Category:How to run use cases]]
 
</noinclude>
 
</noinclude>