<?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 Bug in MPEG4 encoder sample for PCA in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-MPEG4-encoder-sample-for-PCA/m-p/990904#M22294</link>
    <description>Hello, gurus&lt;BR /&gt;&lt;BR /&gt;There's an obvius typo bug in the MPEG4 encoder for PCA, in file mp4ebuff.c, at line 123 in function load_extend_picture. Here is the patch:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--- mp4ebuff.c.orig     2005-05-13 03:28:57.000000000 +0800&lt;BR /&gt;+++ mp4ebuff.c  2005-05-13 03:33:06.000000000 +0800&lt;BR /&gt;@@ -120,7 +120,7 @@&lt;BR /&gt;         /* extend v plane */&lt;BR /&gt;         tmp_ptr = (Ipp8u*)pic-&amp;gt;pic_plane[2] + pic-&amp;gt;pic_plane_step[2]&lt;BR /&gt;             * (pic-&amp;gt;pic_height/2 - 1);&lt;BR /&gt;-        for (i = 0; i &amp;lt; (pic-&amp;gt;pic_width + w_rim)/2; j++) {&lt;BR /&gt;+        for (i = 0; i &amp;lt; (pic-&amp;gt;pic_width + w_rim)/2; i++) {&lt;BR /&gt;             for (j = 1; j &amp;lt;= h_rim/2; j++) {&lt;BR /&gt;                 tmp_ptr[j * pic-&amp;gt;pic_plane_step[2]] = tmp_ptr[0];&lt;BR /&gt;             }</description>
    <pubDate>Fri, 13 May 2005 02:44:35 GMT</pubDate>
    <dc:creator>wujf516</dc:creator>
    <dc:date>2005-05-13T02:44:35Z</dc:date>
    <item>
      <title>Bug in MPEG4 encoder sample for PCA</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-MPEG4-encoder-sample-for-PCA/m-p/990904#M22294</link>
      <description>Hello, gurus&lt;BR /&gt;&lt;BR /&gt;There's an obvius typo bug in the MPEG4 encoder for PCA, in file mp4ebuff.c, at line 123 in function load_extend_picture. Here is the patch:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--- mp4ebuff.c.orig     2005-05-13 03:28:57.000000000 +0800&lt;BR /&gt;+++ mp4ebuff.c  2005-05-13 03:33:06.000000000 +0800&lt;BR /&gt;@@ -120,7 +120,7 @@&lt;BR /&gt;         /* extend v plane */&lt;BR /&gt;         tmp_ptr = (Ipp8u*)pic-&amp;gt;pic_plane[2] + pic-&amp;gt;pic_plane_step[2]&lt;BR /&gt;             * (pic-&amp;gt;pic_height/2 - 1);&lt;BR /&gt;-        for (i = 0; i &amp;lt; (pic-&amp;gt;pic_width + w_rim)/2; j++) {&lt;BR /&gt;+        for (i = 0; i &amp;lt; (pic-&amp;gt;pic_width + w_rim)/2; i++) {&lt;BR /&gt;             for (j = 1; j &amp;lt;= h_rim/2; j++) {&lt;BR /&gt;                 tmp_ptr[j * pic-&amp;gt;pic_plane_step[2]] = tmp_ptr[0];&lt;BR /&gt;             }</description>
      <pubDate>Fri, 13 May 2005 02:44:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-MPEG4-encoder-sample-for-PCA/m-p/990904#M22294</guid>
      <dc:creator>wujf516</dc:creator>
      <dc:date>2005-05-13T02:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in MPEG4 encoder sample for PCA</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-MPEG4-encoder-sample-for-PCA/m-p/990905#M22295</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;thanks for providing this info. It would be great if you also submit it to premier.intel.com&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Sat, 14 May 2005 00:12:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-MPEG4-encoder-sample-for-PCA/m-p/990905#M22295</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-05-14T00:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in MPEG4 encoder sample for PCA</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-MPEG4-encoder-sample-for-PCA/m-p/990906#M22296</link>
      <description>&lt;DIV&gt;Thanks for the report, we will fix it innext version of release. In future for such error report, please submit an issue via Intel Premier Support.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying S&lt;BR /&gt;Intel IPP &lt;/DIV&gt;</description>
      <pubDate>Sat, 21 May 2005 03:36:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-MPEG4-encoder-sample-for-PCA/m-p/990906#M22296</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2005-05-21T03:36:25Z</dc:date>
    </item>
  </channel>
</rss>

