<?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 UIC Jpeg + YUY2 in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Jpeg-YUY2/m-p/821460#M4770</link>
    <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I would like to compress frames from a video stream that are in format YUY2 using Jpeg UIC. Currently, I am converting it to RGB before compressing and getting the expected result.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Is it possible to, directly, compress a YUY2 source with JPEG UIC? (without having to convert to RGB before)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I don't care about the output format of compressed stream... It can also be YUY2. I really would not like to convert it to RGB to avoid overhead, during the conversion, and also the reduce the compressed size (RGB requires 3 bytes and YUY2 only 2).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any help will be welcome.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;/DIV&gt;</description>
    <pubDate>Tue, 18 Jan 2011 12:06:57 GMT</pubDate>
    <dc:creator>Vinicius_Strasser</dc:creator>
    <dc:date>2011-01-18T12:06:57Z</dc:date>
    <item>
      <title>UIC Jpeg + YUY2</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Jpeg-YUY2/m-p/821460#M4770</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I would like to compress frames from a video stream that are in format YUY2 using Jpeg UIC. Currently, I am converting it to RGB before compressing and getting the expected result.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Is it possible to, directly, compress a YUY2 source with JPEG UIC? (without having to convert to RGB before)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I don't care about the output format of compressed stream... It can also be YUY2. I really would not like to convert it to RGB to avoid overhead, during the conversion, and also the reduce the compressed size (RGB requires 3 bytes and YUY2 only 2).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any help will be welcome.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Jan 2011 12:06:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Jpeg-YUY2/m-p/821460#M4770</guid>
      <dc:creator>Vinicius_Strasser</dc:creator>
      <dc:date>2011-01-18T12:06:57Z</dc:date>
    </item>
    <item>
      <title>UIC Jpeg + YUY2</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Jpeg-YUY2/m-p/821461#M4771</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;yes, UIC JPEG encoder support input image in YUY2 format and will require 4:2:2 sampling in that case (we do not support resampling from 4:2:2 to other samplings). We may not demonstrate this capability with sample UIC applications, I'll ask Sergey (our engineer responsible for JPEG) to provide explanation or simple code snippet here to show how to set UIC JPEG encoder parameters for such usage model.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Tue, 18 Jan 2011 12:30:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Jpeg-YUY2/m-p/821461#M4771</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2011-01-18T12:30:29Z</dc:date>
    </item>
    <item>
      <title>UIC Jpeg + YUY2</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Jpeg-YUY2/m-p/821462#M4772</link>
      <description>Hi,&lt;DIV&gt;i made simple application to demonstrate how UIC JPEG can work withYUY2 data without resamplig and color conversion to/from RGB. You can find it in attachement.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Jan 2011 12:12:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Jpeg-YUY2/m-p/821462#M4772</guid>
      <dc:creator>Sergey_Ryadno</dc:creator>
      <dc:date>2011-01-19T12:12:10Z</dc:date>
    </item>
    <item>
      <title>UIC Jpeg + YUY2</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Jpeg-YUY2/m-p/821463#M4773</link>
      <description>Sergey,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thank you very much for your code. Really this would not be something really easy to do alone :)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Another question, just for curiosity by now... does IPP supports conversion from RAW Bayer format to RGB?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jan 2011 11:34:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Jpeg-YUY2/m-p/821463#M4773</guid>
      <dc:creator>Vinicius_Strasser</dc:creator>
      <dc:date>2011-01-20T11:34:27Z</dc:date>
    </item>
    <item>
      <title>UIC Jpeg + YUY2</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Jpeg-YUY2/m-p/821464#M4774</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;For conversion from Bayer to RGB weoffer two different algorithms (varied in performance and quality of resulted image)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/ippxe/ipp_manual_lnx/hh_goto.htm#IPPI/ippi_ch6/functn_CFAToRGB.htm"&gt;CFAToRGB&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/ippxe/ipp_manual_lnx/hh_goto.htm#IPPI/ippi_ch6/functn_DemosaicAHD.htm"&gt;DemosaicAHD&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Thu, 20 Jan 2011 11:53:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Jpeg-YUY2/m-p/821464#M4774</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2011-01-20T11:53:21Z</dc:date>
    </item>
  </channel>
</rss>

