<?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 Hello! in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/MJPEG-decoder-chroma-decoding-issue/m-p/770372#M645</link>
    <description>&lt;P style="line-height: 19.5120010375977px;"&gt;Hello!&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;Problem still exists with ipp-samples ver. 7.0.7. with JPEG 4:2:2 YCbCr. Is it possible to avoid YUY2 in output and get YUV422?&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;Possibly i have to change 2928 line in jpegdec.cpp from&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;status = ippiYCbCr422_8u_P3C2R(pSrc8u,srcStep,pDst8u,dstStep,roi);&lt;/PRE&gt;

&lt;P&gt;to something else, or add some other conversion?&lt;/P&gt;</description>
    <pubDate>Tue, 07 Oct 2014 11:58:00 GMT</pubDate>
    <dc:creator>NSkib</dc:creator>
    <dc:date>2014-10-07T11:58:00Z</dc:date>
    <item>
      <title>MJPEG decoder - chroma decoding issue</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MJPEG-decoder-chroma-decoding-issue/m-p/770369#M642</link>
      <description>Here is the issue with chroma decoding.&lt;BR /&gt;I feed to decoder the file:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And get decoded:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;The picture is coded as JC_YCBCR with subsampling JS_422&lt;BR /&gt;If I decode this picture into JC_GRAY - I get goot quality grayscale picture.&lt;BR /&gt;But if I require to decode this picture into the colorspace and subsampling&lt;BR /&gt;as it is coded internally: JC_YCBCR with subsampling JS_422&lt;BR /&gt;I see wrong image.&lt;BR /&gt;&lt;BR /&gt;How to fix it?&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Aug 2012 13:08:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MJPEG-decoder-chroma-decoding-issue/m-p/770369#M642</guid>
      <dc:creator>Yaroslav_Korchevsky</dc:creator>
      <dc:date>2012-08-09T13:08:01Z</dc:date>
    </item>
    <item>
      <title>MJPEG decoder - chroma decoding issue</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MJPEG-decoder-chroma-decoding-issue/m-p/770370#M643</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;How do you set the output video format? some samle code may be helpful here:&lt;BR /&gt;I see from the MJPEG sample code, it needs to set as YUY2:&lt;BR /&gt;&lt;P&gt;&lt;BR /&gt;if(JS_422 == sampling &amp;amp;&amp;amp; JC_YCBCR == color)&lt;BR /&gt;{&lt;BR /&gt;m_colorFormat = YUY2;&lt;BR /&gt; m_frameStep = m_frameDims.width*2;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2012 05:59:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MJPEG-decoder-chroma-decoding-issue/m-p/770370#M643</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2012-08-10T05:59:06Z</dc:date>
    </item>
    <item>
      <title>MJPEG decoder - chroma decoding issue</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MJPEG-decoder-chroma-decoding-issue/m-p/770371#M644</link>
      <description>[bash]My code is there^&lt;BR /&gt;&lt;BR /&gt;jerr = m_decoder.ReadHeader(&amp;amp;in_width, &amp;amp;in_height, &amp;amp;in_channels, &amp;amp;in_color, &amp;amp;in_sampling, &amp;amp;in_precision);&lt;BR /&gt;&lt;BR /&gt;// Allocate buffer here
jerr = m_decoder.SetDestination(p42xP4, n42xStepP4, dim4xxY, in_channels, in_color, in_sampling, 8, scale);

jerr = m_decoder.ReadData();[/bash] &lt;BR /&gt;In this code colorspace and sampling are exactly as coded in compressed JPEG image.&lt;BR /&gt;I do so, to avoid redundant color convertions inside of decoder.&lt;BR /&gt;Why should I change it?&lt;BR /&gt;&lt;BR /&gt;In IPP 6.1 everithing worked fine.&lt;BR /&gt;Why it has been changed?</description>
      <pubDate>Fri, 10 Aug 2012 10:42:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MJPEG-decoder-chroma-decoding-issue/m-p/770371#M644</guid>
      <dc:creator>Yaroslav_Korchevsky</dc:creator>
      <dc:date>2012-08-10T10:42:39Z</dc:date>
    </item>
    <item>
      <title>Hello!</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MJPEG-decoder-chroma-decoding-issue/m-p/770372#M645</link>
      <description>&lt;P style="line-height: 19.5120010375977px;"&gt;Hello!&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;Problem still exists with ipp-samples ver. 7.0.7. with JPEG 4:2:2 YCbCr. Is it possible to avoid YUY2 in output and get YUV422?&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;Possibly i have to change 2928 line in jpegdec.cpp from&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;status = ippiYCbCr422_8u_P3C2R(pSrc8u,srcStep,pDst8u,dstStep,roi);&lt;/PRE&gt;

&lt;P&gt;to something else, or add some other conversion?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:58:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MJPEG-decoder-chroma-decoding-issue/m-p/770372#M645</guid>
      <dc:creator>NSkib</dc:creator>
      <dc:date>2014-10-07T11:58:00Z</dc:date>
    </item>
  </channel>
</rss>

