Libjpeg-Turbo on STM32F4xx?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-24 9:01 AM
I'm currently working on a project that needs to decode JPEG's and do so as fast as possible, natuarlly I've looked for alternatives to the libjpeg offered by CubeMX and stumbled upon Libjpeg Turbo which uses SIMD instructions to optimize the de-/compression process - Seeing as my MCU (STM32F407) is a Cortex-M4 core which seems to include SIMD instructions naturally I would like to give it a try, however my attempt of replacing the original lib files was unsuccessful and after trying to fix hundreds of compile errors I gave up as I was unable to resolve some of them.
Has somebody given this a try before?
- Labels:
-
JPEG
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-09-21 1:55 AM
Hi, I have the same needs as you now. What did you do in the end?
