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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
590件の閲覧回数
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 解決策
527件の閲覧回数
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 返信
528件の閲覧回数
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 件の賞賛
返信