<?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: IPP v4 speed ippcopy..ippMirror in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-v4-speed-ippcopy-ippMirror/m-p/967795#M20341</link>
    <description>Book? What book?
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 11 Mar 2004 21:33:56 GMT</pubDate>
    <dc:creator>adi_shavit</dc:creator>
    <dc:date>2004-03-11T21:33:56Z</dc:date>
    <item>
      <title>IPP v4 speed ippcopy..ippMirror</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-v4-speed-ippcopy-ippMirror/m-p/967791#M20337</link>
      <description>&lt;DIV&gt;In order to provide pixel swizzeling for a 2 tap camera i've used IPP with ippcopy() for first part of image ( halfline ) and ippMirror for second part of the image (halfline). This works well but is not as fast as expected. For a 24bit image 2048 * 2048 a trivial double loop in straight C is quite faster and less cpu time consuming. Why ? I have an intel board with 3Ghz P4 HT and 1Go Ram.&lt;/DIV&gt;
&lt;DIV&gt;Anyway I really enjoy IPP and wait for upcoming book on it.&lt;/DIV&gt;
&lt;DIV&gt;Sincerly yours&lt;/DIV&gt;
&lt;DIV&gt;SRSR (france)&lt;/DIV&gt;</description>
      <pubDate>Sat, 06 Mar 2004 23:44:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-v4-speed-ippcopy-ippMirror/m-p/967791#M20337</guid>
      <dc:creator>support2</dc:creator>
      <dc:date>2004-03-06T23:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: IPP v4 speed ippcopy..ippMirror</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-v4-speed-ippcopy-ippMirror/m-p/967792#M20338</link>
      <description>&lt;P&gt;Hi, it looks a bit strange. Could you please provide us with your test code, so we will able to verify what is the problem. It is something that definitely should not be.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Mar 2004 17:19:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-v4-speed-ippcopy-ippMirror/m-p/967792#M20338</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-03-08T17:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: IPP v4 speed ippcopy..ippMirror</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-v4-speed-ippcopy-ippMirror/m-p/967793#M20339</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;here is the function using IPP:&lt;/P&gt;&lt;FONT color="#008000" size="2"&gt;&lt;FONT color="#008000" size="2"&gt;
&lt;P&gt;void ResequenceTap2_IPP_C3HLR(BYTE* pDest,BYTE* pSrc,long iWidth, long iHeight,long iPitchDest, long iPitchSrc)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;IppiSize dstRoiSize;&lt;/P&gt;
&lt;P&gt;dstRoiSize.width = iWidth /2;&lt;/P&gt;
&lt;P&gt;dstRoiSize.height= iHeight;&lt;/P&gt;
&lt;P&gt;ippiCopy_8u_C3R((const Ipp8u*) pSrc,iPitchSrc,&lt;/P&gt;
&lt;P&gt;(Ipp8u*)pDest,iPitchDest,(IppiSize)dstRoiSize);&lt;/P&gt;
&lt;P&gt;pSrc += iPitchSrc/2;&lt;/P&gt;
&lt;P&gt;pDest+= iPitchDest/2;&lt;/P&gt;
&lt;P&gt;ippiMirror_8u_C3R((unsigned char*)pSrc,iPitchSrc,&lt;/P&gt;
&lt;P&gt;(unsigned char*)pDest,iPitchDest,dstRoiSize,ippAxsVertical);&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;Sincerly yours,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 08 Mar 2004 22:00:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-v4-speed-ippcopy-ippMirror/m-p/967793#M20339</guid>
      <dc:creator>support2</dc:creator>
      <dc:date>2004-03-08T22:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: IPP v4 speed ippcopy..ippMirror</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-v4-speed-ippcopy-ippMirror/m-p/967794#M20340</link>
      <description>&lt;P&gt;Thank you, we will try to reproduce it.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Mar 2004 22:05:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-v4-speed-ippcopy-ippMirror/m-p/967794#M20340</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-03-09T22:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: IPP v4 speed ippcopy..ippMirror</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-v4-speed-ippcopy-ippMirror/m-p/967795#M20341</link>
      <description>Book? What book?
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Mar 2004 21:33:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-v4-speed-ippcopy-ippMirror/m-p/967795#M20341</guid>
      <dc:creator>adi_shavit</dc:creator>
      <dc:date>2004-03-11T21:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: IPP v4 speed ippcopy..ippMirror</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-v4-speed-ippcopy-ippMirror/m-p/967796#M20342</link>
      <description>&lt;DIV&gt;HI,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Intel Press has to publish a book on IPP ( and an another on Hyperthreading ): take a look at Intel Press and, like me expect that the book announced for February 2004 will be soon here... perhaps in April ?&lt;/DIV&gt;
&lt;DIV&gt;SRSR&lt;/DIV&gt;</description>
      <pubDate>Sat, 13 Mar 2004 04:23:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-v4-speed-ippcopy-ippMirror/m-p/967796#M20342</guid>
      <dc:creator>support2</dc:creator>
      <dc:date>2004-03-13T04:23:23Z</dc:date>
    </item>
  </channel>
</rss>

