<?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 Video coding IPP function does not give me optimal results in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Video-coding-IPP-function-does-not-give-me-optimal-results/m-p/801766#M3317</link>
    <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;It is no problem for you to use IPP. Actually, specially for this functions, it does not have SSE2 optimization branch. If the system support SSE3 or above, it will take the optimization code. The system you test is Pentium 4 system, it only run the PX code.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jun 2012 06:18:55 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2012-06-29T06:18:55Z</dc:date>
    <item>
      <title>Video coding IPP function does not give me optimal results</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Video-coding-IPP-function-does-not-give-me-optimal-results/m-p/801762#M3313</link>
      <description>Hi,&lt;BR /&gt;I'm using the IPP function ippiInterpolateLuma_H264_8u_C1R( ) to optimally interpolate my 16x16 macroblocks. Here are my profiler results:&lt;BR /&gt;Original Function (Vectorized)- 25ms, called 49638 times&lt;BR /&gt;&lt;BR /&gt;IPP function- 130ms, called 49638 times. (The exact function shown in my profiler ispx_h264_interpolate_luma_type_b_8u_px, which takes 113ms. The function within which the IPP is called takes a further 15ms; that gives me the total of 130ms. I've put the IPP function within another function to enable profiling.)&lt;BR /&gt;&lt;BR /&gt;My function seems to perform 5 times better than the Intel IPP. Isn't there something wrong? I thought IPPs were the most optimal implementations available.&lt;BR /&gt;The details of my computer and my settings are given below:&lt;BR /&gt;CPU: Intel Pentium 43GHz processorwith a 32bit Windows 7 OS.&lt;BR /&gt;Settings- Run from Visual Studio 2010; included IPP libraries ippvc_l.lib, ipps_l.lib, ippcore_l.lib. No compilation or execution errors.&lt;BR /&gt;&lt;BR /&gt;Any help here would be very much appreciated.&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 14 Jun 2012 13:00:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Video-coding-IPP-function-does-not-give-me-optimal-results/m-p/801762#M3313</guid>
      <dc:creator>encoder</dc:creator>
      <dc:date>2012-06-14T13:00:09Z</dc:date>
    </item>
    <item>
      <title>Video coding IPP function does not give me optimal results</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Video-coding-IPP-function-does-not-give-me-optimal-results/m-p/801763#M3314</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;Which version of Intel IPP are you using now? Generally , px_ code is some none-optimized code that support difference processors. Also if you statically linked with Intel IPP, the following function call needed to be call first: ippInit()&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2012 08:00:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Video-coding-IPP-function-does-not-give-me-optimal-results/m-p/801763#M3314</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2012-06-15T08:00:33Z</dc:date>
    </item>
    <item>
      <title>Video coding IPP function does not give me optimal results</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Video-coding-IPP-function-does-not-give-me-optimal-results/m-p/801764#M3315</link>
      <description>I'm using IPP 7.0 Update 6.&lt;BR /&gt;&lt;BR /&gt;And these were the steps I used to incorporate the IPP:&lt;BR /&gt;Included the ipp.h header&lt;BR /&gt;Linked with ipps_l.lib, ippcore_l.lib and ippvc_l.lib.&lt;BR /&gt;The IPP is used and there are no compiler or execution errors.&lt;BR /&gt;Is the ippInit() necessary seeing what I've done? And how do I solve my px_ fuction problem?</description>
      <pubDate>Tue, 19 Jun 2012 08:00:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Video-coding-IPP-function-does-not-give-me-optimal-results/m-p/801764#M3315</guid>
      <dc:creator>encoder</dc:creator>
      <dc:date>2012-06-19T08:00:31Z</dc:date>
    </item>
    <item>
      <title>Video coding IPP function does not give me optimal results</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Video-coding-IPP-function-does-not-give-me-optimal-results/m-p/801765#M3316</link>
      <description>&lt;P&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;yes, ippInit() is needed for the static linkage. &lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2012 07:34:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Video-coding-IPP-function-does-not-give-me-optimal-results/m-p/801765#M3316</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2012-06-20T07:34:50Z</dc:date>
    </item>
    <item>
      <title>Video coding IPP function does not give me optimal results</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Video-coding-IPP-function-does-not-give-me-optimal-results/m-p/801766#M3317</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;It is no problem for you to use IPP. Actually, specially for this functions, it does not have SSE2 optimization branch. If the system support SSE3 or above, it will take the optimization code. The system you test is Pentium 4 system, it only run the PX code.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2012 06:18:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Video-coding-IPP-function-does-not-give-me-optimal-results/m-p/801766#M3317</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2012-06-29T06:18:55Z</dc:date>
    </item>
  </channel>
</rss>

