<?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: 12-bit JPEG support in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/12-bit-JPEG-support/m-p/915791#M15124</link>
    <description>&lt;P&gt;Hi Igor,&lt;/P&gt;
&lt;P&gt;sorry for uncertancy,&lt;/P&gt;
&lt;P&gt;there are two kind of functions which can be used to compress 12-bit images:&lt;/P&gt;
&lt;P&gt;1. in lossless mode you can compress 2..16-bit images, and set of functions to that is&lt;BR /&gt;ippiEncodeHuffmanOne_JPEG_16s1u_C1&lt;BR /&gt;ippiDecodeHuffmanOne_JPEG_1u16s_C1&lt;/P&gt;
&lt;P&gt;new functions, which improve overall performance of lossless compression mode&lt;BR /&gt;ippiEncodeHuffmanRow_JPEG_16s1u_P4C1&lt;BR /&gt;ippiDecodeHuffmanRow_JPEG_1u16s_C1P4&lt;/P&gt;
&lt;P&gt;ippiDiffPredFirstRow_JPEG_16s_C1&lt;BR /&gt;ippiDiffPredRow_JPEG_16s_C1&lt;BR /&gt;ippiReconstructPredFirstRow_JPEG_16s_C1&lt;BR /&gt;ippiReconstructPredRow_JPEG_16s_C1&lt;/P&gt;
&lt;P&gt;2. extended baseline mode for lossy compression of 12-bit images&lt;BR /&gt;ippiDCTQuantInv8x8LS_JPEG_16s16u_C1R&lt;BR /&gt;ippiDCTQuantFwd8x8LS_JPEG_16u16s_C1R&lt;/P&gt;
&lt;P&gt;To not spend time looking through 500+ Kb you can look in only jpegenc.cpp/jpegdec.cpp files, where the actual JPEG codec engine is implemented. Let us know if you have additional questions regarding this.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jul 2007 13:57:59 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2007-07-26T13:57:59Z</dc:date>
    <item>
      <title>12-bit JPEG support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/12-bit-JPEG-support/m-p/915788#M15121</link>
      <description>&lt;P&gt;Can someone explain to me which functions in IPP 5.2 deal with 12-bit JPEG compression?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2007 19:50:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/12-bit-JPEG-support/m-p/915788#M15121</guid>
      <dc:creator>levicki</dc:creator>
      <dc:date>2007-07-18T19:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: 12-bit JPEG support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/12-bit-JPEG-support/m-p/915789#M15122</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I recommend you to take a look on IPP JPEGView sample which demonstrates implementation of JPEG codec with support for lossy 12-bit compression mode.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2007 21:48:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/12-bit-JPEG-support/m-p/915789#M15122</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-07-18T21:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: 12-bit JPEG support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/12-bit-JPEG-support/m-p/915790#M15123</link>
      <description>&lt;BLOCKQUOTE&gt;I recommend you to take a look on IPP JPEGView sample which demonstrates implementation of JPEG codec with support for lossy 12-bit compression mode.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Vladimir, if I wanted to troll over &lt;B&gt;592.8KB&lt;/B&gt; of source code to find the info I asked for, I wouldn't bother to ask here.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.intel.com/support/performancetools/sb/CS-025966.htm" target="_blank"&gt;This page&lt;/A&gt; says:&lt;/P&gt;
&lt;P&gt;&lt;I&gt;JPEG processing: &lt;U&gt;New functions&lt;/U&gt; for JPEG Extended Baseline mode (12-bit per sample)...&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;I underlined the part which I consider important and misleading. &lt;B&gt;It implies that there are some new functions implemented as part of IPP&lt;/B&gt;, not part of the JPEGView sample.&lt;/P&gt;
&lt;P&gt;I have read IPP PDF documentation and I couldn't find a single reference to 12-bit JPEG functionality whatsoever. That is why I am asking about it here.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2007 17:14:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/12-bit-JPEG-support/m-p/915790#M15123</guid>
      <dc:creator>levicki</dc:creator>
      <dc:date>2007-07-23T17:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: 12-bit JPEG support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/12-bit-JPEG-support/m-p/915791#M15124</link>
      <description>&lt;P&gt;Hi Igor,&lt;/P&gt;
&lt;P&gt;sorry for uncertancy,&lt;/P&gt;
&lt;P&gt;there are two kind of functions which can be used to compress 12-bit images:&lt;/P&gt;
&lt;P&gt;1. in lossless mode you can compress 2..16-bit images, and set of functions to that is&lt;BR /&gt;ippiEncodeHuffmanOne_JPEG_16s1u_C1&lt;BR /&gt;ippiDecodeHuffmanOne_JPEG_1u16s_C1&lt;/P&gt;
&lt;P&gt;new functions, which improve overall performance of lossless compression mode&lt;BR /&gt;ippiEncodeHuffmanRow_JPEG_16s1u_P4C1&lt;BR /&gt;ippiDecodeHuffmanRow_JPEG_1u16s_C1P4&lt;/P&gt;
&lt;P&gt;ippiDiffPredFirstRow_JPEG_16s_C1&lt;BR /&gt;ippiDiffPredRow_JPEG_16s_C1&lt;BR /&gt;ippiReconstructPredFirstRow_JPEG_16s_C1&lt;BR /&gt;ippiReconstructPredRow_JPEG_16s_C1&lt;/P&gt;
&lt;P&gt;2. extended baseline mode for lossy compression of 12-bit images&lt;BR /&gt;ippiDCTQuantInv8x8LS_JPEG_16s16u_C1R&lt;BR /&gt;ippiDCTQuantFwd8x8LS_JPEG_16u16s_C1R&lt;/P&gt;
&lt;P&gt;To not spend time looking through 500+ Kb you can look in only jpegenc.cpp/jpegdec.cpp files, where the actual JPEG codec engine is implemented. Let us know if you have additional questions regarding this.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2007 13:57:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/12-bit-JPEG-support/m-p/915791#M15124</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-07-26T13:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: 12-bit JPEG support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/12-bit-JPEG-support/m-p/915792#M15125</link>
      <description>&lt;P&gt;Now that was the kind of answer I was looking for, thanks!&lt;/P&gt;
&lt;P&gt;I will look into it.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jul 2007 23:24:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/12-bit-JPEG-support/m-p/915792#M15125</guid>
      <dc:creator>levicki</dc:creator>
      <dc:date>2007-07-29T23:24:08Z</dc:date>
    </item>
    <item>
      <title>Thanks for this thread. I</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/12-bit-JPEG-support/m-p/915793#M15126</link>
      <description>&lt;P&gt;Thanks for this thread. I cannot find a way to add this to my favorites.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2013 12:11:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/12-bit-JPEG-support/m-p/915793#M15126</guid>
      <dc:creator>Anmol_M_</dc:creator>
      <dc:date>2013-12-16T12:11:56Z</dc:date>
    </item>
  </channel>
</rss>

