<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Wed, 25 Nov 2009 09:58:13 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/feed" rel="self" type="application/rss+xml" />
    <title>Intel Software Network - <![CDATA[ Intel® Integrated Performance Primitives ]]> feed</title>
    <link>http://software.intel.com/en-us/forums/intel-integrated-performance-primitives</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>Decode an MPEG-4 stream</title>
      <description><![CDATA[ Hello,<br /><br />Can IPP decode an MPEG-4 stream?<br /><br />BR, ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70143/</link>
      <pubDate>Wed, 25 Nov 2009 06:30:07 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70143/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>IPP 5.3.3.082 to 6.0.2.074 version issues</title>
      <description><![CDATA[ Dear All,<br /><br />Please help, <br /><br />I have build and installed an application which uses IPP version 5.3.3, but now after uninstalling 5.3.3 and installing 6.0.2. My application shows error<br /><br />"This application has failed to start because ippcore-5.3.dll was not found"<br /><br />should i rebuild my application with IPP 6.0.2<br /><br />Thanks in advance<br />Vikas ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70135/</link>
      <pubDate>Wed, 25 Nov 2009 03:01:10 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70135/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>Installation annoyance</title>
      <description><![CDATA[ Hi,<br /><br />I'm installing the latest release and at our company we have a strict policy on where to install third party tools and libraries. Alas: the intel installer insists on adding it's own path after my selection of the destination folder. Why call this 'Choose destination folder' ? Very annoying. :-(<br /><br />Greetings,<br /><br />Rob ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70132/</link>
      <pubDate>Wed, 25 Nov 2009 01:03:03 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70132/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>How should I use the separable filters?</title>
      <description><![CDATA[ when I use the function ippiFilterRow32f, I made the  kernel[] = {1,0,-1}, and I set the parameter kernelSize = 3. But an error ippStsStepErr happens. But the same error does not happen when using the function ippiFilterColumn32f. Thus, I doubt that the kernel array is recognized as a column vector. If so, I have no idea about how to get a row vector.
<div>Furthermore, I do not understand how the result comes about in the example using the function ippiFilterColumn. Why the result should be <br /></div>
<div>0,0,0,0</div>
<div>102,101,101,100</div>
<div>0,0,0,0   ?</div>
<div>It would be very helpful if any one can help me.</div>
<div>Thank you!!</div> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70128/</link>
      <pubDate>Tue, 24 Nov 2009 23:32:48 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70128/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>how to use directory functions</title>
      <description><![CDATA[ Hi,<br />i'm trying do build my own application with the IPP and now i need to access a directory. Sadly the documentation of the IPP brings no help. Can somebody give me a sample how to use the vm_dir_open() and the vm_dir_read() functions please?<br /><br />Thanks and regards,<br />Otto ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70126/</link>
      <pubDate>Tue, 24 Nov 2009 22:39:43 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70126/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>Questions regarding UMC H264 Encoder</title>
      <description><![CDATA[ Hi,<br /><br />I have 2 question that would like to know about UMC H264 encoder<br /><br />1. Does H.264 encoder actually produces I frame everytime if i re-initialize my H.264 encoder everytime i want to encode a frame?<br /><br />2. Is it due to my parameter setting for H264Encoder (initialize once) that i get video frame that is slightly jerky? <br /><br />Apparently, if i re-initialize my H264Encoder everytime i want to encodes a frame give me a smoother video. And even if i set every frame to I-frame (i.e. key_frame_control.inteval =1) for encoder that i initialize only once, it is not as smooth. any reason for that?<br /><br />Thanks and regards,<br />YanQin <br /> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70122/</link>
      <pubDate>Tue, 24 Nov 2009 18:17:27 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70122/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>IPP and multiple threads</title>
      <description><![CDATA[ Hello,<br /><br /> I am new to using the Intel IPP library and had a question on using the -N option to the performace utilities. I am trying to see how the performance of the libraries scales as the number of threads increases. I am trying this on a specific function and am using the ps_ippdcem64t tool. Does the -N control how many threads are spwaned and will use the function I specify with the -f option, or is the -N option used to control threading within the IPP libraries? Thanks in advance.<br /><br />Bijoy. ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70116/</link>
      <pubDate>Tue, 24 Nov 2009 13:47:20 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70116/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>Cutoff coefficients for ippsFIRGenBandpass_64f</title>
      <description><![CDATA[ Hi all.<br />Sorry for beginner question.<br />I want to filter voice only from audio signal (0..8kHZ ).<br />What parameters should I use for ippsFIRGenBandpass_64f to make it? 0 and 0.18 ?<br /><br />Thank you :)<br /> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70108/</link>
      <pubDate>Tue, 24 Nov 2009 07:13:54 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70108/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>SID packet creation</title>
      <description><![CDATA[ The question.<br />ITU document about G711 Appendix II says that SID packet first byte has value from 0 till 127.<br />The MSB bit in this byte (octet) is zero always.<br /><br />But as I see from this source code (where SID packet is computed):<br /><br />
<pre name="code" class="cpp">dst[0] = (Ipp8u)(((anau[0] &amp; 1) &lt;&lt; 7) | ((anau[1] &amp; 31) &lt;&lt; 2) | ((anau[2] &amp; 15)&gt;&gt;2));
dst[1] = (Ipp8u)(((anau[2] &amp; 3) &lt;&lt; 6) | ((anau[3] &amp; 31) &lt;&lt; 1));</pre>
<br /><br />The MSB bit CAN be 1! And it IS 1 in some cases - I see value 0xA0 in first byte very often.<br /><br />Is it ok? ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70107/</link>
      <pubDate>Tue, 24 Nov 2009 06:39:37 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70107/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>error C2065: &amp;#39;ippiCopyCopySubpix_8u_C1R&amp;#39; : undeclared identifier</title>
      <description><![CDATA[ Dear experts:<br /> i want to use the ippiCopyCopySubpix_8u_C1R or ippiCopySubpixIntersect_8u_C1R function<br />then  i got the message from the  VC6.0 Compiler <br /><br />: error C2065: 'ippiCopyCopySubpix_8u_C1R' : undeclared identifier<br /><br /><br />and i have include "ippi.h",but in ippi.h i couldn't find this function<br /><br />Thanks for your reply. ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70075/</link>
      <pubDate>Mon, 23 Nov 2009 04:43:39 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/70075/</guid>
      <category>ISN General</category>
    </item>
  </channel></rss>