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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
668 次查看
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 项奖励
回复
1 解答
605 次查看
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 项奖励
回复
1 回复
606 次查看
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 项奖励
回复