<?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 YUV to RGB convertion in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/YUV-to-RGB-convertion/m-p/974714#M20855</link>
    <description>&lt;DIV&gt;I've noticed that the library has functions to convertyuv to rgb, but only to YUV444 and YUV422. I want to use this library to convert image data from IEEE1394 cameras. These camera output their data into YUV411,YUV422 and YUV444. Will YUV411 also be supported by the ipp library in the near feature?&lt;/DIV&gt;</description>
    <pubDate>Thu, 15 Jan 2004 18:50:27 GMT</pubDate>
    <dc:creator>m_delorme</dc:creator>
    <dc:date>2004-01-15T18:50:27Z</dc:date>
    <item>
      <title>YUV to RGB convertion</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/YUV-to-RGB-convertion/m-p/974714#M20855</link>
      <description>&lt;DIV&gt;I've noticed that the library has functions to convertyuv to rgb, but only to YUV444 and YUV422. I want to use this library to convert image data from IEEE1394 cameras. These camera output their data into YUV411,YUV422 and YUV444. Will YUV411 also be supported by the ipp library in the near feature?&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Jan 2004 18:50:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/YUV-to-RGB-convertion/m-p/974714#M20855</guid>
      <dc:creator>m_delorme</dc:creator>
      <dc:date>2004-01-15T18:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: YUV to RGB convertion</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/YUV-to-RGB-convertion/m-p/974715#M20856</link>
      <description>&lt;DIV&gt;Weare continuouslyimprovingthe IPP functionality, so we will consider this feature request. But for now we can't set the particular date when this functionality will be entered in the library.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt;Vladimir&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Jan 2004 22:34:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/YUV-to-RGB-convertion/m-p/974715#M20856</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-01-15T22:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: YUV to RGB convertion</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/YUV-to-RGB-convertion/m-p/974716#M20857</link>
      <description>&lt;DIV&gt;One more question about the convertion. Is it internally done with floats or fixed point?I found some convertion code that clams its faster then the ipl library because it's uses fixed point calculations.&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Jan 2004 23:05:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/YUV-to-RGB-convertion/m-p/974716#M20857</guid>
      <dc:creator>m_delorme</dc:creator>
      <dc:date>2004-01-15T23:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: YUV to RGB convertion</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/YUV-to-RGB-convertion/m-p/974717#M20858</link>
      <description>Optimization techniques is depend on the algorithm and on the processor microarchitecture. So,in some caseswe may usefixed point implementation but in other caseswe may usefloat-point implementation.
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 16 Jan 2004 16:03:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/YUV-to-RGB-convertion/m-p/974717#M20858</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-01-16T16:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: YUV to RGB convertion - firewire</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/YUV-to-RGB-convertion/m-p/974718#M20859</link>
      <description>According to the IPP manual and to the IDC 1.3 specifications (firewire camera standard) the YUV422 is not the same in both cases.&lt;BR /&gt;&lt;BR /&gt;While in IPP we have&lt;BR /&gt;	Y0 U0 Y1 V0 Y2 U1 Y3 V1 ...&lt;BR /&gt;in firewire cameras we have&lt;BR /&gt;	U0 Y0 V0 Y1 U2 Y2 V2 Y3 ...&lt;BR /&gt;&lt;BR /&gt;Why are they not the same?!&lt;BR /&gt;&lt;BR /&gt;Does any one have successfully use firewire cameras with IPP?</description>
      <pubDate>Fri, 14 May 2004 02:23:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/YUV-to-RGB-convertion/m-p/974718#M20859</guid>
      <dc:creator>hcostelha</dc:creator>
      <dc:date>2004-05-14T02:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: YUV to RGB convertion - firewire</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/YUV-to-RGB-convertion/m-p/974719#M20860</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;why they are must be the same?!&lt;/P&gt;
&lt;P&gt;They are different, because there are a lot of ways to store YUV images. We do support one of them, you know, it is impossible to support all the features you can face in world.&lt;/P&gt;
&lt;P&gt;However,we plan to have some functionality for UYVY formats in future versions of IPP. So, I hope, we can provide you more possibilitiesin near future.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 15 May 2004 01:41:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/YUV-to-RGB-convertion/m-p/974719#M20860</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-05-15T01:41:28Z</dc:date>
    </item>
  </channel>
</rss>

