<?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: colorconversion from yv12 to rgb24 efficiency problem in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/colorconversion-from-yv12-to-rgb24-efficiency-problem/m-p/913563#M14659</link>
    <description>&lt;P&gt;&lt;FONT size="1"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;Meanwhile I recognized thiswas a "stupid" question. This is the problem which can be solved by changing ALIGN from 128 to 1. I wanted to delete this post but I get an error:&lt;/FONT&gt;&lt;/P&gt;
&lt;H4 class="CommonMessageTitle"&gt;&lt;SPAN id="_ctl0_bcr__ctl0___MessageTitle"&gt;&lt;FONT color="#555555"&gt;Permission Expired: Post Delete Permission Expired&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;DIV class="CommonMessageContent"&gt;&lt;SPAN id="_ctl0_bcr__ctl0___MessageBody"&gt;The administrator(s) have configured this forum to have a time limit for deleting messages. If you still require a message to be deleted, please check with a forum moderator.&lt;/SPAN&gt; &lt;/DIV&gt;
&lt;DIV class="CommonMessageContent"&gt;&lt;/DIV&gt;
&lt;DIV class="CommonMessageContent"&gt;&lt;FONT size="1"&gt;Thanks,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="CommonMessageContent"&gt;&lt;FONT size="1"&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="CommonMessageContent"&gt;&lt;FONT size="1"&gt;Bendeguy&lt;/FONT&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 21 Aug 2006 19:38:22 GMT</pubDate>
    <dc:creator>bendeguy</dc:creator>
    <dc:date>2006-08-21T19:38:22Z</dc:date>
    <item>
      <title>colorconversion from yv12 to rgb24 efficiency problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/colorconversion-from-yv12-to-rgb24-efficiency-problem/m-p/913562#M14658</link>
      <description>&lt;P&gt;&lt;FONT size="1"&gt;Hello,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;I have to decode and convert MPEG4 YV12 stream to RGB24. After the decoding I have to give back the decoded data. Unfortunatelly I can't give back the data coming from GetFrame() immediately because of the pitch size. I have to copy the relevant data( similar to the FWVideoRender's soultion):&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size="2"&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="1"&gt;Ipp8u * p_d = p_dest;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color="#0000ff"&gt;int&lt;/FONT&gt; size = 3 * video_info_dest.clip_info.width;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color="#0000ff"&gt;for&lt;/FONT&gt; (&lt;FONT color="#0000ff"&gt;int&lt;/FONT&gt; i = 0; i &amp;lt; video_info_dest.clip_info.height; i++) {&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="1"&gt;ippsCopy_8u(src, p_d, size);&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="1"&gt;src = src + pitch;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size="1"&gt;p_d = p_d + size;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;}&lt;/FONT&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;For a 1228x1006 image it costs about 7ms, which is too much. Is it possible to change the colorspaceconverter to decode intoan RGB24 format which's pitch size equal to 3*width?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;Thanks in advance:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;Bendeguy&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2006 19:22:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/colorconversion-from-yv12-to-rgb24-efficiency-problem/m-p/913562#M14658</guid>
      <dc:creator>bendeguy</dc:creator>
      <dc:date>2006-08-21T19:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: colorconversion from yv12 to rgb24 efficiency problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/colorconversion-from-yv12-to-rgb24-efficiency-problem/m-p/913563#M14659</link>
      <description>&lt;P&gt;&lt;FONT size="1"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;Meanwhile I recognized thiswas a "stupid" question. This is the problem which can be solved by changing ALIGN from 128 to 1. I wanted to delete this post but I get an error:&lt;/FONT&gt;&lt;/P&gt;
&lt;H4 class="CommonMessageTitle"&gt;&lt;SPAN id="_ctl0_bcr__ctl0___MessageTitle"&gt;&lt;FONT color="#555555"&gt;Permission Expired: Post Delete Permission Expired&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;DIV class="CommonMessageContent"&gt;&lt;SPAN id="_ctl0_bcr__ctl0___MessageBody"&gt;The administrator(s) have configured this forum to have a time limit for deleting messages. If you still require a message to be deleted, please check with a forum moderator.&lt;/SPAN&gt; &lt;/DIV&gt;
&lt;DIV class="CommonMessageContent"&gt;&lt;/DIV&gt;
&lt;DIV class="CommonMessageContent"&gt;&lt;FONT size="1"&gt;Thanks,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="CommonMessageContent"&gt;&lt;FONT size="1"&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="CommonMessageContent"&gt;&lt;FONT size="1"&gt;Bendeguy&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 21 Aug 2006 19:38:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/colorconversion-from-yv12-to-rgb24-efficiency-problem/m-p/913563#M14659</guid>
      <dc:creator>bendeguy</dc:creator>
      <dc:date>2006-08-21T19:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: colorconversion from yv12 to rgb24 efficiency problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/colorconversion-from-yv12-to-rgb24-efficiency-problem/m-p/913564#M14660</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;please don't mind, it can be useful info for other people&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2006 03:12:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/colorconversion-from-yv12-to-rgb24-efficiency-problem/m-p/913564#M14660</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-08-22T03:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: colorconversion from yv12 to rgb24 efficiency problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/colorconversion-from-yv12-to-rgb24-efficiency-problem/m-p/913565#M14661</link>
      <description>&lt;P&gt;&lt;FONT size="1"&gt;Hello,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;For those who use NullVideoRenderer:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;You have to change the ALIGN value to 1in the null_video_renderer.cpp.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;Greetings,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;Bendeguy&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2006 15:57:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/colorconversion-from-yv12-to-rgb24-efficiency-problem/m-p/913565#M14661</guid>
      <dc:creator>bendeguy</dc:creator>
      <dc:date>2006-08-22T15:57:58Z</dc:date>
    </item>
  </channel>
</rss>

