iMX8 qt cross compile use neon

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

iMX8 qt cross compile use neon

1,602件の閲覧回数
alonghong
Contributor I

Dear Sir

Now, I use iMX8 EVK and use bitbake fsl-image-qt5-validation-imx and bitbake fsl-image-qt5-validation-imx -c populate_sdk.

This is success to compile qt project and run in iMX8. But I use memcpy 1280*800*2 data to OpenCV Mat,

the memcpy needs to spend about 28mS, I find iMX is support neon function.

Neon can improve the speed, but I don't know how to use neon in the cross compile

Please kindly help me.

Thanks a lot.

Best regards.

0 件の賞賛
返信
2 返答(返信)

1,581件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

The speed will not be improved if you use memcpy after opening the neon.

Recommand you use OpenCL with OpenCV.

0 件の賞賛
返信

1,578件の閲覧回数
alonghong
Contributor I

Hi Sir

How can I to use OpenCL with OpenCV?

0 件の賞賛
返信