<?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 cross-arch jpeg example in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/cross-arch-jpeg-example/m-p/971435#M20610</link>
    <description>It doesn't work well for me. It seems that that encoder passes a raw quantization tables to ippiDCTQuantFwdTableInit_JPEG_8u16u() instead a zig-zag ordered ones. I'm using VC++ ( win32 ).</description>
    <pubDate>Tue, 10 Feb 2004 04:21:18 GMT</pubDate>
    <dc:creator>Maciej_K_</dc:creator>
    <dc:date>2004-02-10T04:21:18Z</dc:date>
    <item>
      <title>cross-arch jpeg example</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/cross-arch-jpeg-example/m-p/971435#M20610</link>
      <description>It doesn't work well for me. It seems that that encoder passes a raw quantization tables to ippiDCTQuantFwdTableInit_JPEG_8u16u() instead a zig-zag ordered ones. I'm using VC++ ( win32 ).</description>
      <pubDate>Tue, 10 Feb 2004 04:21:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/cross-arch-jpeg-example/m-p/971435#M20610</guid>
      <dc:creator>Maciej_K_</dc:creator>
      <dc:date>2004-02-10T04:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: cross-arch jpeg example</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/cross-arch-jpeg-example/m-p/971436#M20611</link>
      <description>&lt;P&gt;Oh, yes, you are right, it is our mistake. Fortunately, it is easy to fix. You need to change function write_dqt(), file jpgmisc.c, line 673:&lt;BR /&gt;instead of&lt;BR /&gt; status = write_byte(quant_tbl[zig_zag_tab_index&lt;I&gt;],bitstream);&lt;BR /&gt;you need&lt;BR /&gt; status = write_byte(quant_tbl&lt;I&gt;,bitstream);&lt;BR /&gt;&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;BR /&gt;Thanks for your report.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Feb 2004 01:32:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/cross-arch-jpeg-example/m-p/971436#M20611</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-02-11T01:32:17Z</dc:date>
    </item>
  </channel>
</rss>

