<?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 Re: Motion estimation block in intel ipp h.264 Encoder in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Motion-estimation-block-in-intel-ipp-h-264-Encoder/m-p/889349#M11253</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/442704"&gt;suchethanswaroop&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am curious to know as to how the motion estimation part is done in the intel ipp H.264 encoder... Are there any changes than the conventional way it is done ( in terms of&lt;BR /&gt;a. different block sizes used for motion compensation&lt;BR /&gt;b. intra prediction modes used&lt;BR /&gt;c. inter prediction modes used&lt;BR /&gt;d. number of reference frames used&lt;BR /&gt;e. motion vectors used, etc ) ?&lt;BR /&gt;I wish to know the functioning of intel IPP h.264 codec and not the order of the classes in which they are called and executed.&lt;BR /&gt;(As you all know, Motion estimation is the most time consuming process in the encoder)
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;DIV&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Suchethan&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Nothing special about motion estimation/mode decisionin the IPP implementation. &lt;BR /&gt;ME can be carried using different algorithm full search, log etc&lt;BR /&gt;All Intra modes are tested as well as all inter modes (depending on the quality settings).&lt;BR /&gt;For intra the smoothness of the MB is tested before starting I4x4 and I8x8 search&lt;BR /&gt;8x8 transforms are tested using aSATD test.&lt;BR /&gt;The encoder can be setup in a mode similar to the low complexity mode of the JM or do a full R-D search.&lt;BR /&gt;The encoder can use multiple reference frames.&lt;BR /&gt;Except for a simple threshold testing that is not enabled by default, there is no fast mode decision implemented as far as I can see.&lt;BR /&gt;The SKIP mode decision is a little unusal. It is tested several time during mode decision but also after reconstruction.&lt;BR /&gt;&lt;BR /&gt;Emmanuel</description>
    <pubDate>Tue, 10 Nov 2009 12:17:07 GMT</pubDate>
    <dc:creator>Emmanuel_W_</dc:creator>
    <dc:date>2009-11-10T12:17:07Z</dc:date>
    <item>
      <title>Motion estimation block in intel ipp h.264 Encoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Motion-estimation-block-in-intel-ipp-h-264-Encoder/m-p/889348#M11252</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am curious to know as to how the motion estimation part is done in the intel ipp H.264 encoder... Are there any changes than the conventional way it is done ( in terms of&lt;BR /&gt;a. different block sizes used for motion compensation&lt;BR /&gt;b. intra prediction modes used&lt;BR /&gt;c. inter prediction modes used&lt;BR /&gt;d. number of reference frames used&lt;BR /&gt;e. motion vectors used, etc ) ?&lt;BR /&gt;I wish to know the functioning of intel IPP h.264 codec and not the order of the classes in which they are called and executed.&lt;BR /&gt;(As you all know, Motion estimation is the most time consuming process in the encoder)
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;DIV&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Suchethan&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 Nov 2009 05:51:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Motion-estimation-block-in-intel-ipp-h-264-Encoder/m-p/889348#M11252</guid>
      <dc:creator>suchethanswaroop</dc:creator>
      <dc:date>2009-11-10T05:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Motion estimation block in intel ipp h.264 Encoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Motion-estimation-block-in-intel-ipp-h-264-Encoder/m-p/889349#M11253</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/442704"&gt;suchethanswaroop&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am curious to know as to how the motion estimation part is done in the intel ipp H.264 encoder... Are there any changes than the conventional way it is done ( in terms of&lt;BR /&gt;a. different block sizes used for motion compensation&lt;BR /&gt;b. intra prediction modes used&lt;BR /&gt;c. inter prediction modes used&lt;BR /&gt;d. number of reference frames used&lt;BR /&gt;e. motion vectors used, etc ) ?&lt;BR /&gt;I wish to know the functioning of intel IPP h.264 codec and not the order of the classes in which they are called and executed.&lt;BR /&gt;(As you all know, Motion estimation is the most time consuming process in the encoder)
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;DIV&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Suchethan&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Nothing special about motion estimation/mode decisionin the IPP implementation. &lt;BR /&gt;ME can be carried using different algorithm full search, log etc&lt;BR /&gt;All Intra modes are tested as well as all inter modes (depending on the quality settings).&lt;BR /&gt;For intra the smoothness of the MB is tested before starting I4x4 and I8x8 search&lt;BR /&gt;8x8 transforms are tested using aSATD test.&lt;BR /&gt;The encoder can be setup in a mode similar to the low complexity mode of the JM or do a full R-D search.&lt;BR /&gt;The encoder can use multiple reference frames.&lt;BR /&gt;Except for a simple threshold testing that is not enabled by default, there is no fast mode decision implemented as far as I can see.&lt;BR /&gt;The SKIP mode decision is a little unusal. It is tested several time during mode decision but also after reconstruction.&lt;BR /&gt;&lt;BR /&gt;Emmanuel</description>
      <pubDate>Tue, 10 Nov 2009 12:17:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Motion-estimation-block-in-intel-ipp-h-264-Encoder/m-p/889349#M11253</guid>
      <dc:creator>Emmanuel_W_</dc:creator>
      <dc:date>2009-11-10T12:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Motion estimation block in intel ipp h.264 Encoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Motion-estimation-block-in-intel-ipp-h-264-Encoder/m-p/889350#M11254</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/404536"&gt;eweber&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; hi Emmanuel,&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;so is 16*16 or any other Block size not used for SATD ?&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; How is the smoothness of the Macroblock tested ?where can i find it ?&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Where can i find the threshold to enable it and make the mode decisions faster ?&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Thanks a million !&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; warm regards,&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Suchethan&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Nothing special about motion estimation/mode decisionin the IPP implementation. &lt;BR /&gt;ME can be carried using different algorithm full search, log etc&lt;BR /&gt;All Intra modes are tested as well as all inter modes (depending on the quality settings).&lt;BR /&gt;For intra the smoothness of the MB is tested before starting I4x4 and I8x8 search&lt;BR /&gt;8x8 transforms are tested using aSATD test.&lt;BR /&gt;The encoder can be setup in a mode similar to the low complexity mode of the JM or do a full R-D search.&lt;BR /&gt;The encoder can use multiple reference frames.&lt;BR /&gt;Except for a simple threshold testing that is not enabled by default, there is no fast mode decision implemented as far as I can see.&lt;BR /&gt;The SKIP mode decision is a little unusal. It is tested several time during mode decision but also after reconstruction.&lt;BR /&gt;&lt;BR /&gt;Emmanuel&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2009 07:09:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Motion-estimation-block-in-intel-ipp-h-264-Encoder/m-p/889350#M11254</guid>
      <dc:creator>suchethanswaroop</dc:creator>
      <dc:date>2009-11-11T07:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Motion estimation block in intel ipp h.264 Encoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Motion-estimation-block-in-intel-ipp-h-264-Encoder/m-p/889351#M11255</link>
      <description>&lt;BR /&gt;Usage of SATD as opposed to SAD is a flag that you can be turned on explicitely in the code.&lt;BR /&gt;SAD is used for low complexity search and SATD otherwise by default.&lt;BR /&gt;&lt;BR /&gt;The smoothness is tested with the ippiEdgesDetect16x16 primitive.&lt;BR /&gt;&lt;BR /&gt;The threshold is QP dependent, I think in any case you might be better off implementing one of the fast mode algorithm that can be found in the litterature.&lt;BR /&gt;&lt;BR /&gt;You should look at the code if you want more detail info.&lt;BR /&gt;&lt;BR /&gt;Emmanuel&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2009 14:34:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Motion-estimation-block-in-intel-ipp-h-264-Encoder/m-p/889351#M11255</guid>
      <dc:creator>Emmanuel_W_</dc:creator>
      <dc:date>2009-11-11T14:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Motion estimation block in intel ipp h.264 Encoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Motion-estimation-block-in-intel-ipp-h-264-Encoder/m-p/889352#M11256</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/404536"&gt;eweber&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Is there some document where i can find the flow diagram of motion estimat&lt;SPAN style="font-style: normal;"&gt;ion part in intelH264 encoder. The code seems to be confusing as der are many concepts involved at every point. &lt;/SPAN&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;SPAN style="font-style: normal;"&gt;Thanks and regards,&lt;/SPAN&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;SPAN style="font-style: normal;"&gt;Suchethan&lt;/SPAN&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;SPAN style="font-style: normal;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;Usage of SATD as opposed to SAD is a flag that you can be turned on explicitely in the code.&lt;BR /&gt;SAD is used for low complexity search and SATD otherwise by default.&lt;BR /&gt;&lt;BR /&gt;The smoothness is tested with the ippiEdgesDetect16x16 primitive.&lt;BR /&gt;&lt;BR /&gt;The threshold is QP dependent, I think in any case you might be better off implementing one of the fast mode algorithm that can be found in the litterature.&lt;BR /&gt;&lt;BR /&gt;You should look at the code if you want more detail info.&lt;BR /&gt;&lt;BR /&gt;Emmanuel&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2009 20:04:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Motion-estimation-block-in-intel-ipp-h-264-Encoder/m-p/889352#M11256</guid>
      <dc:creator>suchethanswaroop</dc:creator>
      <dc:date>2009-11-11T20:04:43Z</dc:date>
    </item>
  </channel>
</rss>

