<?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 Question on decoding process. in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Question-on-decoding-process/m-p/887003#M10967</link>
    <description>So I have moved from the simple decoder to attempt to decode a whole video itself then just re-encode it. Reason being is to figure out how umc works. I'm using mpeg 2 so which uses yuv420... How much bytes do i advance per frame I've been reading this is the same as yv12 but backwords (or vice versa) - So does that mean i use same equation that h264 method uses (width * height * 3 / 2) which I would like to understand why because I have read some links that say yuv is 12 bytes per pixel... so wouldn't that be w*h*12...? I also read that 2 pixels are packed into this format? so wouldnt that make it w*h*6?&lt;BR /&gt;&lt;BR /&gt;Next part of my problem is the simple decoder dies at frame 28 with status of   UMC_ERR_INVALID_STREAM=-882, then that do loop exits... Well I made it so it doesnt exist and suprisingly the next frame after decodes!&lt;BR /&gt;&lt;BR /&gt;This does this about 10 times again on 10 other frames - shortly after frame 428 out of probably a lot (10 second video) it crashs in ipp somewhere(after about 5 of these errors UMC::UMC_ERR_SYNC.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Aug 2009 15:25:17 GMT</pubDate>
    <dc:creator>shinjite</dc:creator>
    <dc:date>2009-08-25T15:25:17Z</dc:date>
    <item>
      <title>Question on decoding process.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Question-on-decoding-process/m-p/887003#M10967</link>
      <description>So I have moved from the simple decoder to attempt to decode a whole video itself then just re-encode it. Reason being is to figure out how umc works. I'm using mpeg 2 so which uses yuv420... How much bytes do i advance per frame I've been reading this is the same as yv12 but backwords (or vice versa) - So does that mean i use same equation that h264 method uses (width * height * 3 / 2) which I would like to understand why because I have read some links that say yuv is 12 bytes per pixel... so wouldn't that be w*h*12...? I also read that 2 pixels are packed into this format? so wouldnt that make it w*h*6?&lt;BR /&gt;&lt;BR /&gt;Next part of my problem is the simple decoder dies at frame 28 with status of   UMC_ERR_INVALID_STREAM=-882, then that do loop exits... Well I made it so it doesnt exist and suprisingly the next frame after decodes!&lt;BR /&gt;&lt;BR /&gt;This does this about 10 times again on 10 other frames - shortly after frame 428 out of probably a lot (10 second video) it crashs in ipp somewhere(after about 5 of these errors UMC::UMC_ERR_SYNC.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Aug 2009 15:25:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Question-on-decoding-process/m-p/887003#M10967</guid>
      <dc:creator>shinjite</dc:creator>
      <dc:date>2009-08-25T15:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question on decoding process.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Question-on-decoding-process/m-p/887004#M10968</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For yu12 data, it is 12 bits per pixel (not 12 bytes). so the total size is width * height * 3/2. &lt;BR /&gt;check here for more info: &lt;A href="http://www.fourcc.org/yuv.php" target="_blank"&gt;http://www.fourcc.org/yuv.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For the code die in the loop, could it be possible to attached your test bistream? so we can have a further check.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao &lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Aug 2009 01:11:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Question-on-decoding-process/m-p/887004#M10968</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2009-08-31T01:11:53Z</dc:date>
    </item>
  </channel>
</rss>

