VP8 Encode for MX6Q-SABRE+Android4.3

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

VP8 Encode for MX6Q-SABRE+Android4.3

跳至解决方案
1,826 次查看
yuuki
Senior Contributor II

Dear all,

We run Android4.3(NXP's BSP) on MX6Q-SABRE board.

And We want to encode Camera image with VP8.

However, VPU of i.MX6 does not support VP8 Encode.

In Android4.3, VP8 is encoded by software.

In this case the CPU load is very high.

We have some questions.

(1) Is the VP8 software Encoder using the NEON of CortexA9?

(2) Can the CPU load be reduced by using NEON, if it is not used?

(3) Is there the method to accelerate VP8 Encoding by HW (except NEON)?

Best Regards,

Yuuki

标签 (3)
标记 (2)
0 项奖励
回复
1 解答
1,688 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Yuuki

- as vp8 encoder is generic encoder provided by google,

I am afraid it is not using neon

- yes, neon can give 60-150% performance increase according to paper estimations on p.4

http://www.xilinx.com/Attachment/53775/Neon_Introduction_for_Avnet_training.pdf

one can look at webmproject/libvpx :

https://github.com/webmproject/libvpx/tree/master/vp8/encoder/arm/neon

- I am not aware of such methods

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,689 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Yuuki

- as vp8 encoder is generic encoder provided by google,

I am afraid it is not using neon

- yes, neon can give 60-150% performance increase according to paper estimations on p.4

http://www.xilinx.com/Attachment/53775/Neon_Introduction_for_Avnet_training.pdf

one can look at webmproject/libvpx :

https://github.com/webmproject/libvpx/tree/master/vp8/encoder/arm/neon

- I am not aware of such methods

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复