<?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 chroma resampling in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/chroma-resampling/m-p/994383#M22764</link>
    <description>Hi,&lt;BR /&gt;I need to create an mpeg file with random frames !! that being the intention .. I started with frames having values (each frame has same values across the pixels)&lt;BR /&gt;&lt;BR /&gt;y = random number from 0 - 255&lt;BR /&gt;u = 0 &lt;BR /&gt;v = 0&lt;BR /&gt;&lt;BR /&gt;seem to give an greenish tinge on playing the created mpeg2 file. &lt;BR /&gt;obviously the chroma values that i am setting are wrong.&lt;BR /&gt;&lt;BR /&gt;then i tried doing .. &lt;BR /&gt;Ipp8u *yuv; // [3]&lt;BR /&gt;yuv = rgb2yuv(random_number);&lt;BR /&gt;y = yuv[0];&lt;BR /&gt;u = yuv[1];&lt;BR /&gt;v = yuv[2];&lt;BR /&gt;&lt;BR /&gt;somewhat seems to work .. well what i see now is grayscale frames .. till now i was setting all the pixels to the same value .. &lt;BR /&gt;now i want to set each pixel value in the frame so that i can get a random frame .. &lt;BR /&gt; &lt;BR /&gt;in the video codec example .. it uses 420 chroma format. now for every 4 y values i need to ganerate one u &amp;amp; v value. how to generate that ?? &lt;BR /&gt;&lt;BR /&gt;or is there some way for me to load 444 chrom format and use the IPP function to resample it to 420 format. Is there such function available in the IPP library ?? I did check out ippi, but most of them deal with planar conversion .. &lt;BR /&gt;i need something like .. YCbCr444toYCbCr420(Ipp8u *pSrc,Ipp8u *pDst)&lt;BR /&gt;&lt;BR /&gt;-madan ankapura&lt;P&gt;Message Edited by ankapura@hotmail.com on &lt;SPAN class="date_text"&gt;03-08-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;04:42 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2005 08:21:06 GMT</pubDate>
    <dc:creator>micromysore1</dc:creator>
    <dc:date>2005-03-09T08:21:06Z</dc:date>
    <item>
      <title>chroma resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/chroma-resampling/m-p/994383#M22764</link>
      <description>Hi,&lt;BR /&gt;I need to create an mpeg file with random frames !! that being the intention .. I started with frames having values (each frame has same values across the pixels)&lt;BR /&gt;&lt;BR /&gt;y = random number from 0 - 255&lt;BR /&gt;u = 0 &lt;BR /&gt;v = 0&lt;BR /&gt;&lt;BR /&gt;seem to give an greenish tinge on playing the created mpeg2 file. &lt;BR /&gt;obviously the chroma values that i am setting are wrong.&lt;BR /&gt;&lt;BR /&gt;then i tried doing .. &lt;BR /&gt;Ipp8u *yuv; // [3]&lt;BR /&gt;yuv = rgb2yuv(random_number);&lt;BR /&gt;y = yuv[0];&lt;BR /&gt;u = yuv[1];&lt;BR /&gt;v = yuv[2];&lt;BR /&gt;&lt;BR /&gt;somewhat seems to work .. well what i see now is grayscale frames .. till now i was setting all the pixels to the same value .. &lt;BR /&gt;now i want to set each pixel value in the frame so that i can get a random frame .. &lt;BR /&gt; &lt;BR /&gt;in the video codec example .. it uses 420 chroma format. now for every 4 y values i need to ganerate one u &amp;amp; v value. how to generate that ?? &lt;BR /&gt;&lt;BR /&gt;or is there some way for me to load 444 chrom format and use the IPP function to resample it to 420 format. Is there such function available in the IPP library ?? I did check out ippi, but most of them deal with planar conversion .. &lt;BR /&gt;i need something like .. YCbCr444toYCbCr420(Ipp8u *pSrc,Ipp8u *pDst)&lt;BR /&gt;&lt;BR /&gt;-madan ankapura&lt;P&gt;Message Edited by ankapura@hotmail.com on &lt;SPAN class="date_text"&gt;03-08-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;04:42 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2005 08:21:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/chroma-resampling/m-p/994383#M22764</guid>
      <dc:creator>micromysore1</dc:creator>
      <dc:date>2005-03-09T08:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: chroma resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/chroma-resampling/m-p/994384#M22765</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I think the best way is to generate set of RGB frames with random pixel's values and after that convert them into YUV, as you did.&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, 10 Mar 2005 22:31:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/chroma-resampling/m-p/994384#M22765</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-03-10T22:31:40Z</dc:date>
    </item>
  </channel>
</rss>

