<?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: Encode Jpeg by IJL in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Encode-Jpeg-by-IJL/m-p/974362#M20821</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thank you for your response.&lt;BR /&gt;I checked the sample. But, I think it is the same as my code.&lt;BR /&gt;I tried the following two patterns. &lt;BR /&gt;&lt;BR /&gt;&lt;A&gt; YCbCr422 ? JPEG&lt;BR /&gt; &lt;BR /&gt;    Result: It darkens compared with an original image. &lt;BR /&gt; &lt;BR /&gt;&lt;B&gt; YCbCr422 ? RGB24(DIB) ? JPEG&lt;BR /&gt;&lt;BR /&gt;    Result: It is almost the same as an original image. &lt;BR /&gt;&lt;BR /&gt;Why do it become such a result&lt;BR /&gt;though &lt;/B&gt;&lt;/A&gt;&lt;A&gt; and &lt;B&gt; are thought becoming the same?&lt;/B&gt;&lt;/A&gt;</description>
    <pubDate>Wed, 21 Sep 2005 18:10:13 GMT</pubDate>
    <dc:creator>yasu</dc:creator>
    <dc:date>2005-09-21T18:10:13Z</dc:date>
    <item>
      <title>Encode Jpeg by IJL</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Encode-Jpeg-by-IJL/m-p/974360#M20819</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm trying to encode YCbCr422(DIB) to JPEG by using IJL without converting it to 24-bits RGB image. However, the create JPEG image darkens compared with original image.&lt;BR /&gt;&lt;BR /&gt; jCprops.DIBWidth       = Wid;&lt;BR /&gt; jCprops.DIBHeight      = Hei*(-1);&lt;BR /&gt; jCprops.DIBBytes	= pYCbCr;&lt;BR /&gt; jCprops.DIBPadBytes	= 0;&lt;BR /&gt; jCprops.DIBChannels	= 3;&lt;BR /&gt; jCprops.DIBColor	= IJL_YCBCR;&lt;BR /&gt; jCprops.DIBSubsampling	= IJL_422;&lt;BR /&gt;&lt;BR /&gt; jCprops.JPGWidth	= Wid;&lt;BR /&gt; jCprops.JPGHeight	= Hei;&lt;BR /&gt; jCprops.JPGChannels	= 3;&lt;BR /&gt; jCprops.JPGColor	= IJL_YCBCR;&lt;BR /&gt; jCprops.JPGSubsampling	= IJL_422;&lt;BR /&gt; jCprops.jquality       = 100; &lt;BR /&gt;&lt;BR /&gt;Is it right ?</description>
      <pubDate>Tue, 20 Sep 2005 18:17:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Encode-Jpeg-by-IJL/m-p/974360#M20819</guid>
      <dc:creator>yasu</dc:creator>
      <dc:date>2005-09-20T18:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Encode Jpeg by IJL</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Encode-Jpeg-by-IJL/m-p/974361#M20820</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you can check with old IJL sample (please find it in attachment).&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Sep 2005 03:14:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Encode-Jpeg-by-IJL/m-p/974361#M20820</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-09-21T03:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Encode Jpeg by IJL</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Encode-Jpeg-by-IJL/m-p/974362#M20821</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thank you for your response.&lt;BR /&gt;I checked the sample. But, I think it is the same as my code.&lt;BR /&gt;I tried the following two patterns. &lt;BR /&gt;&lt;BR /&gt;&lt;A&gt; YCbCr422 ? JPEG&lt;BR /&gt; &lt;BR /&gt;    Result: It darkens compared with an original image. &lt;BR /&gt; &lt;BR /&gt;&lt;B&gt; YCbCr422 ? RGB24(DIB) ? JPEG&lt;BR /&gt;&lt;BR /&gt;    Result: It is almost the same as an original image. &lt;BR /&gt;&lt;BR /&gt;Why do it become such a result&lt;BR /&gt;though &lt;/B&gt;&lt;/A&gt;&lt;A&gt; and &lt;B&gt; are thought becoming the same?&lt;/B&gt;&lt;/A&gt;</description>
      <pubDate>Wed, 21 Sep 2005 18:10:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Encode-Jpeg-by-IJL/m-p/974362#M20821</guid>
      <dc:creator>yasu</dc:creator>
      <dc:date>2005-09-21T18:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Encode Jpeg by IJL</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Encode-Jpeg-by-IJL/m-p/974363#M20822</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;could you please attach sample images, original and compressed, which became dark? I can't realize what is the problem. I tested some image with sample I attached here, this work and does not add dakness to image.&lt;/P&gt;
&lt;DIV&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 Oct 2005 23:20:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Encode-Jpeg-by-IJL/m-p/974363#M20822</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-10-07T23:20:41Z</dc:date>
    </item>
  </channel>
</rss>

