<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic VP8 Encode for MX6Q-SABRE+Android4.3 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/VP8-Encode-for-MX6Q-SABRE-Android4-3/m-p/485097#M77459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We run Android4.3(NXP's BSP) on MX6Q-SABRE board.&lt;/P&gt;&lt;P&gt;And We want to encode Camera image with VP8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, VPU of i.MX6 does not support VP8 Encode.&lt;/P&gt;&lt;P&gt;In Android4.3, VP8 is encoded by software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the CPU load is very high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have some questions.&lt;/P&gt;&lt;P&gt;(1) Is the VP8 software Encoder using the NEON of CortexA9?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) Can the CPU load be reduced by using NEON, if it is not used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3) Is there the method to accelerate VP8 Encoding by HW (except NEON)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Yuuki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2016 10:49:53 GMT</pubDate>
    <dc:creator>yuuki</dc:creator>
    <dc:date>2016-04-06T10:49:53Z</dc:date>
    <item>
      <title>VP8 Encode for MX6Q-SABRE+Android4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/VP8-Encode-for-MX6Q-SABRE-Android4-3/m-p/485097#M77459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We run Android4.3(NXP's BSP) on MX6Q-SABRE board.&lt;/P&gt;&lt;P&gt;And We want to encode Camera image with VP8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, VPU of i.MX6 does not support VP8 Encode.&lt;/P&gt;&lt;P&gt;In Android4.3, VP8 is encoded by software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the CPU load is very high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have some questions.&lt;/P&gt;&lt;P&gt;(1) Is the VP8 software Encoder using the NEON of CortexA9?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) Can the CPU load be reduced by using NEON, if it is not used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3) Is there the method to accelerate VP8 Encoding by HW (except NEON)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Yuuki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 10:49:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/VP8-Encode-for-MX6Q-SABRE-Android4-3/m-p/485097#M77459</guid>
      <dc:creator>yuuki</dc:creator>
      <dc:date>2016-04-06T10:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: VP8 Encode for MX6Q-SABRE+Android4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/VP8-Encode-for-MX6Q-SABRE-Android4-3/m-p/485098#M77460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuuki&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- as vp8 encoder is generic encoder provided by google,&lt;/P&gt;&lt;P&gt;I am afraid it is not using neon&lt;/P&gt;&lt;P&gt;- yes, neon can give 60-150% performance increase according to paper estimations on p.4&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.freescale.com/external-link.jspa?url=http%3A%2F%2Fwww.xilinx.com%2FAttachment%2F53775%2FNeon_Introduction_for_Avnet_training.pdf" rel="nofollow" target="_blank"&gt;http://www.xilinx.com/Attachment/53775/Neon_Introduction_for_Avnet_training.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;one can look at webmproject/libvpx :&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.freescale.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2Fwebmproject%2Flibvpx%2Ftree%2Fmaster%2Fvp8%2Fencoder%2Farm%2Fneon" rel="nofollow" target="_blank"&gt;https://github.com/webmproject/libvpx/tree/master/vp8/encoder/arm/neon&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- I am not aware of such methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 01:02:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/VP8-Encode-for-MX6Q-SABRE-Android4-3/m-p/485098#M77460</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-04-07T01:02:48Z</dc:date>
    </item>
  </channel>
</rss>

