I want to speed up jpeg decoding in i.MX RT

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I want to speed up jpeg decoding in i.MX RT

Jump to solution
284 Views
Ryo_Aoki
Contributor III

Hi community.

I need faster JPEG decoding on i.MX RT1170 EVK.
I measured the jpeg decoding time of the sample software sd_jpeg_cm7.

Ryo_Aoki_0-1712215334482.pngRyo_Aoki_1-1712215346433.png


It uses 23msec to decode a 480x272 jpeg image, but I would like to speed this up.
The request requires about a 3x speedup. Do you have any ideas?

Best regards.

0 Kudos
1 Solution
221 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @Ryo_Aoki ,

  Thank you for your interest in the NXP MIMXRT product, I would like to provide service for you.

  About the decoding, you can refer to this application note:

https://www.nxp.com/docs/en/application-note/AN12562.pdf

It contains some performance information.

  So,if you want to speed up, I think, you can copy the code to the internal TCM or OCRAM, it will faster than the external flash running result.

 

Wish it helps you!

If you still have question about it, please kindly let me know.

Best Regards,

Kerry

View solution in original post

0 Kudos
1 Reply
222 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @Ryo_Aoki ,

  Thank you for your interest in the NXP MIMXRT product, I would like to provide service for you.

  About the decoding, you can refer to this application note:

https://www.nxp.com/docs/en/application-note/AN12562.pdf

It contains some performance information.

  So,if you want to speed up, I think, you can copy the code to the internal TCM or OCRAM, it will faster than the external flash running result.

 

Wish it helps you!

If you still have question about it, please kindly let me know.

Best Regards,

Kerry

0 Kudos