VP8 Encode for MX6Q-SABRE+Android4.3

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

VP8 Encode for MX6Q-SABRE+Android4.3

ソリューションへジャンプ
1,608件の閲覧回数
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,470件の閲覧回数
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,471件の閲覧回数
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 件の賞賛
返信