<?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 Additional information: The in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Replacement-for-ippsFIRSetDlyLine-64f-in-current-IPP-libraries/m-p/1092146#M24964</link>
    <description>&lt;P&gt;Additional information: The only time&amp;nbsp;ippsFIRSetDlyLine_64f is used in our code, it's used with a block of zeros in a function called 'reset'. Is that equivalent to simply re-initializing the filter state?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2016 18:01:30 GMT</pubDate>
    <dc:creator>Michael_K_10</dc:creator>
    <dc:date>2016-08-10T18:01:30Z</dc:date>
    <item>
      <title>Replacement for ippsFIRSetDlyLine_64f in current IPP libraries?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Replacement-for-ippsFIRSetDlyLine-64f-in-current-IPP-libraries/m-p/1092145#M24963</link>
      <description>&lt;P&gt;I'm presently updating some code that was written against version 5.1 of the IPP library to work against 9.0.3 (the update was triggered because we need to port the application to a 64 bit platform).&lt;/P&gt;

&lt;P&gt;So far I've had no trouble - the IIR and FFT function name changes have been straightforward (the InitAlloc functions went away).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;But the FIR functions are giving me more trouble - specifically, I believe that the ippsFIR functions should be replaced by ippsFIRSR functions, but there is no SetDlyLine for the ippsFIRSR functions. So clearly I've mis-understood something.&lt;/P&gt;

&lt;P&gt;What is the appropriate substitution for the old&amp;nbsp;ippsFIRSetDlyLine_64f function in the new IPP libraries?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 17:41:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Replacement-for-ippsFIRSetDlyLine-64f-in-current-IPP-libraries/m-p/1092145#M24963</guid>
      <dc:creator>Michael_K_10</dc:creator>
      <dc:date>2016-08-10T17:41:58Z</dc:date>
    </item>
    <item>
      <title>Additional information: The</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Replacement-for-ippsFIRSetDlyLine-64f-in-current-IPP-libraries/m-p/1092146#M24964</link>
      <description>&lt;P&gt;Additional information: The only time&amp;nbsp;ippsFIRSetDlyLine_64f is used in our code, it's used with a block of zeros in a function called 'reset'. Is that equivalent to simply re-initializing the filter state?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 18:01:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Replacement-for-ippsFIRSetDlyLine-64f-in-current-IPP-libraries/m-p/1092146#M24964</guid>
      <dc:creator>Michael_K_10</dc:creator>
      <dc:date>2016-08-10T18:01:30Z</dc:date>
    </item>
    <item>
      <title>Hi Michael.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Replacement-for-ippsFIRSetDlyLine-64f-in-current-IPP-libraries/m-p/1092147#M24965</link>
      <description>&lt;P&gt;Hi Michael.&lt;/P&gt;

&lt;P&gt;Thanks for using IPP library.&lt;/P&gt;

&lt;P&gt;There is 2 possible solution in your situation.&lt;/P&gt;

&lt;P&gt;1) Organize delay line in external buffer and manipulate with it. 0-ing for 'reset'.&lt;/P&gt;

&lt;P&gt;2) Provide NULL instead of pDlySrc pointer to ippsFIRSR_64f function when you need to 'reset'&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 13:40:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Replacement-for-ippsFIRSetDlyLine-64f-in-current-IPP-libraries/m-p/1092147#M24965</guid>
      <dc:creator>Andrey_B_Intel</dc:creator>
      <dc:date>2016-08-11T13:40:49Z</dc:date>
    </item>
    <item>
      <title>Quote:Andrey Bakshaev (Intel)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Replacement-for-ippsFIRSetDlyLine-64f-in-current-IPP-libraries/m-p/1092148#M24966</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Andrey Bakshaev (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Michael.&lt;/P&gt;

&lt;P&gt;Thanks for using IPP library.&lt;/P&gt;

&lt;P&gt;There is 2 possible solution in your situation.&lt;/P&gt;

&lt;P&gt;1) Organize delay line in external buffer and manipulate with it. 0-ing for 'reset'.&lt;/P&gt;

&lt;P&gt;2) Provide NULL instead of pDlySrc pointer to ippsFIRSR_64f function when you need to 'reset'&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;AHH! here we go. The ippsFIRSR_64f actually has both a dlySrc and dlyDst parameter, and the init function has no delay parameters. So maintaining the delay line buffers myself is in fact the proper thing to do at this point (I missed those parameters on my previous pass through, as I was concentrating on the init functions).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;OK, so now I just have to restructure my code to maintain those buffers manually.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;So, the next question is: do I actually need two buffers here? Or can I pass the same buffer for both pDlySrc and pDlyDst and have it update in place? I suspect that the answer is 'no, you need two buffers', but I thought I'd ask.&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 14:08:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Replacement-for-ippsFIRSetDlyLine-64f-in-current-IPP-libraries/m-p/1092148#M24966</guid>
      <dc:creator>Michael_K_10</dc:creator>
      <dc:date>2016-08-11T14:08:07Z</dc:date>
    </item>
    <item>
      <title>Hi Michael ,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Replacement-for-ippsFIRSetDlyLine-64f-in-current-IPP-libraries/m-p/1092149#M24967</link>
      <description>&lt;P&gt;Hi &lt;A href="https://software.intel.com/en-us/user/1422949"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Michael &lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;,&lt;/P&gt;

&lt;P&gt;Yes, it should be two buffer one for source , one for destination.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You may&amp;nbsp;put all of them as NULL&amp;nbsp; when&amp;nbsp;&amp;nbsp;the arrays pDlySrc and pDlyDst support NULL values:&lt;BR /&gt;
	• if pDlySrc is NULL, the function uses the delay line with zero values&lt;BR /&gt;
	• if pDlyDst is NULL, the function does not copy any data to the destination delay line&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;BR /&gt;
	Ying&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 03:08:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Replacement-for-ippsFIRSetDlyLine-64f-in-current-IPP-libraries/m-p/1092149#M24967</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-08-25T03:08:12Z</dc:date>
    </item>
  </channel>
</rss>

