-
-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
@cgreening JPEG decoding with SIMD, currently the whole frame, cannot be partial, there will be more in the future
The only thing that needs attention is that the buffer must be 16-byte aligned. I tested 320240 with a box and it took an average of 42 ms to decode RGB565. The performance on Arduino is really not good. I remember that decoding 800480 under IDF took less than 50ms.
JPEGDEC seems to be 68ms
https://github.com/esp-arduino-libs/ESP32_JPEG/blob/master/examples/DecodeTest/DecodeTest.ino
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels