<?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 JPEG and 411 sampling in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-and-411-sampling/m-p/791097#M2399</link>
    <description>Hi Martin,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;please note that in IJL and later in IPP JPEG implementation sampling name 411 actually mean what most people would call as 420 sampling. Namely, in IPP JPEG 411 sampling does mean that MCU will contain four 8x8 data units (blocks) and Cb/Cr will be presented with only one 8x8 block each. What is literally 420 sampling. IPP keep 411 name by historic reason only.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;</description>
    <pubDate>Mon, 12 Dec 2011 22:14:22 GMT</pubDate>
    <dc:creator>Vladimir_D_Intel1</dc:creator>
    <dc:date>2011-12-12T22:14:22Z</dc:date>
    <item>
      <title>JPEG and 411 sampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-and-411-sampling/m-p/791092#M2394</link>
      <description>Does the IPP jpeg encoder/decoder supports 411 sampling.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;For instance if I decode a YUV 411 jpeg toYUV 422 nothing happens. The same goes for the encoder when the source is 422 and the destination 411&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;PS: such functionality is missing from the ColorConvert methods if the encoder and decoder.&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Nov 2011 13:52:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-and-411-sampling/m-p/791092#M2394</guid>
      <dc:creator>martishka</dc:creator>
      <dc:date>2011-11-17T13:52:24Z</dc:date>
    </item>
    <item>
      <title>JPEG and 411 sampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-and-411-sampling/m-p/791093#M2395</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Could you add some more information regarding your question?&lt;/DIV&gt;&lt;DIV&gt;UIC JPEG enc/dec should support that.&lt;/DIV&gt;&lt;DIV&gt;You can try uic_transcoder_con sample ("-s" option) to do some experiments.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Sergey&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Nov 2011 08:14:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-and-411-sampling/m-p/791093#M2395</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2011-11-18T08:14:32Z</dc:date>
    </item>
    <item>
      <title>JPEG and 411 sampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-and-411-sampling/m-p/791094#M2396</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Basically this is my case:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have created a DLL based on the IPP for encoding and decoding JPEG files. I'm not using the UIC JPEG enc/dec but rather the JPEG end/dec itself (located in the &lt;B&gt;"\ipp-samples\image-codecs\uic\src\codec\image\jpeg"&lt;/B&gt;samples folder). For my needs the simple enc/dec is enough - no need to use the whole UIC framework.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;In most cases everything is working ready well but a coupe of day ago I had the following situation:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I try to decode a JPEG with 411 sampling to a YUV 422 buffer and to resulting buffer was empty despite the decoder's functionCJPEGDecoder::ReadData() returning OK.&lt;/DIV&gt;&lt;DIV&gt;After some debugging I found that theCJPEGDecoder::ColorConvert method was not converting anything. There is only one conversion forYCbCr to YCbCr but for 422 sampling.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Basically the same goes for the encoder - no color conversion between 411 source to 422 jpeg.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Martin.&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Nov 2011 08:54:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-and-411-sampling/m-p/791094#M2396</guid>
      <dc:creator>martishka</dc:creator>
      <dc:date>2011-11-18T08:54:02Z</dc:date>
    </item>
    <item>
      <title>JPEG and 411 sampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-and-411-sampling/m-p/791095#M2397</link>
      <description>Hi Martin,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;as it was commented on this forum earlier, IPP JPEG codec do not support resampling 411 &amp;lt;-&amp;gt; 422&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=49741&amp;amp;o=a&amp;amp;s=lr"&gt;Compress to JPEG 411 from YUV422&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=49729&amp;amp;o=a&amp;amp;s=lr"&gt;JPEG 411 YCbCr to DIB 422 YCbCr?&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Nov 2011 16:41:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-and-411-sampling/m-p/791095#M2397</guid>
      <dc:creator>Vladimir_D_Intel1</dc:creator>
      <dc:date>2011-11-22T16:41:05Z</dc:date>
    </item>
    <item>
      <title>JPEG and 411 sampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-and-411-sampling/m-p/791096#M2398</link>
      <description>&lt;DIV&gt;HiVladimir,&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I found this thread but beeing a little old (more that six years old) I decided to ask :)&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Does Intel have plans to implement such resampling and 420 sampling in the future (considering that six years a very far future) :D&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Martin.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Nov 2011 10:49:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-and-411-sampling/m-p/791096#M2398</guid>
      <dc:creator>martishka</dc:creator>
      <dc:date>2011-11-23T10:49:44Z</dc:date>
    </item>
    <item>
      <title>JPEG and 411 sampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-and-411-sampling/m-p/791097#M2399</link>
      <description>Hi Martin,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;please note that in IJL and later in IPP JPEG implementation sampling name 411 actually mean what most people would call as 420 sampling. Namely, in IPP JPEG 411 sampling does mean that MCU will contain four 8x8 data units (blocks) and Cb/Cr will be presented with only one 8x8 block each. What is literally 420 sampling. IPP keep 411 name by historic reason only.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Dec 2011 22:14:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-and-411-sampling/m-p/791097#M2399</guid>
      <dc:creator>Vladimir_D_Intel1</dc:creator>
      <dc:date>2011-12-12T22:14:22Z</dc:date>
    </item>
  </channel>
</rss>

