<?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: DCT in ipp_sample MPEG2 for Linux in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/DCT-in-ipp-sample-MPEG2-for-Linux/m-p/991386#M22360</link>
    <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;could you please specify what version of IPP do you use?&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>Fri, 13 May 2005 22:39:38 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2005-05-13T22:39:38Z</dc:date>
    <item>
      <title>DCT in ipp_sample MPEG2 for Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/DCT-in-ipp-sample-MPEG2-for-Linux/m-p/991385#M22359</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I want to change the DCT coefficients from the encoder.&lt;BR /&gt;When I tray do &lt;BR /&gt;ippiQuantIntra_MPEG2_16s_C1I( block, pContext-&amp;gt;Video[pContext-&amp;gt;cvindex].QScale, 0, count);&lt;BR /&gt;for (c=0;c&amp;lt;65;c++) block&lt;C&gt;=((block&lt;C&gt;&amp;gt;&amp;gt;1)&amp;lt;&amp;lt;1)|1;&lt;BR /&gt;&lt;BR /&gt;it's ok, but when I take off |1&lt;BR /&gt;&lt;BR /&gt;for (c=0;c&amp;lt;65;c++) block&lt;C&gt;=((block&lt;C&gt;&amp;gt;&amp;gt;1)&amp;lt;&amp;lt;1);&lt;BR /&gt;&lt;BR /&gt;I have the message&lt;BR /&gt;qtplayer: video/seq.c:1818: Macroblock_420_I_frame: Assertion `ret == 0' failed.&lt;BR /&gt;Aborted&lt;BR /&gt;&lt;BR /&gt;What's happening? Am I in wrong position form encoder?&lt;/C&gt;&lt;/C&gt;&lt;/C&gt;&lt;/C&gt;</description>
      <pubDate>Fri, 06 May 2005 08:26:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/DCT-in-ipp-sample-MPEG2-for-Linux/m-p/991385#M22359</guid>
      <dc:creator>estegano</dc:creator>
      <dc:date>2005-05-06T08:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: DCT in ipp_sample MPEG2 for Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/DCT-in-ipp-sample-MPEG2-for-Linux/m-p/991386#M22360</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;could you please specify what version of IPP do you use?&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>Fri, 13 May 2005 22:39:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/DCT-in-ipp-sample-MPEG2-for-Linux/m-p/991386#M22360</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-05-13T22:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: DCT in ipp_sample MPEG2 for Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/DCT-in-ipp-sample-MPEG2-for-Linux/m-p/991387#M22361</link>
      <description>&lt;DIV&gt;By the way,&lt;FONT size="2"&gt;we cansee you use loop through 65 DCT coefficients, but actually they should be64 (or less).&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;for (c=0;c&amp;lt;&lt;FONT color="#ff0000" size="2"&gt;65&lt;/FONT&gt;&lt;FONT size="2"&gt;;c++)&lt;/FONT&gt;&lt;/P&gt;&lt;FONT color="#000080" size="2"&gt;
&lt;P&gt;The next, while count represents a number of nonzero coefficients, it should be modified accordingly,&lt;/P&gt;
&lt;P&gt;i.e decremented when 1 changed to 0.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 May 2005 23:50:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/DCT-in-ipp-sample-MPEG2-for-Linux/m-p/991387#M22361</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-05-13T23:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: DCT in ipp_sample MPEG2 for Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/DCT-in-ipp-sample-MPEG2-for-Linux/m-p/991388#M22362</link>
      <description>Ops! It was a big mistake. ;-)&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;I'm using l_ipp_ia32_itanium_p_4_1_2 and making some tests with l_ipp-sample-video_p_4.1.002&lt;BR /&gt;&lt;BR /&gt;I have another question, perhaps an easy question.&lt;BR /&gt;&lt;BR /&gt;I want access the DCT coefficients before quantization but ippiReconstructDCTBlockIntra_MPEG2_32s performs inverse quantization.&lt;BR /&gt;I'm testing in MPEG2-decode/video/seq.c&lt;BR /&gt;&lt;BR /&gt;How can I do it?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Fbio</description>
      <pubDate>Sat, 14 May 2005 12:50:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/DCT-in-ipp-sample-MPEG2-for-Linux/m-p/991388#M22362</guid>
      <dc:creator>estegano</dc:creator>
      <dc:date>2005-05-14T12:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: DCT in ipp_sample MPEG2 for Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/DCT-in-ipp-sample-MPEG2-for-Linux/m-p/991389#M22363</link>
      <description>&lt;DIV&gt;Hi Fabio,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;unfortunately we do not provide such function in IPP. It might be considered for implementation in the next versions. If you feel such functionality will be useful - please submit your feature request through technical support channel (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>Wed, 18 May 2005 01:12:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/DCT-in-ipp-sample-MPEG2-for-Linux/m-p/991389#M22363</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-05-18T01:12:27Z</dc:date>
    </item>
  </channel>
</rss>

