<?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 Hi Jing, in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsResamplePolyphase-16s-output/m-p/1130885#M25767</link>
    <description>&lt;P&gt;Hi Jing,&lt;/P&gt;

&lt;P&gt;It’s a mistyping. Sure, it should be 5 in the case test.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jun 2017 09:26:09 GMT</pubDate>
    <dc:creator>Slava_D_</dc:creator>
    <dc:date>2017-06-20T09:26:09Z</dc:date>
    <item>
      <title>ippsResamplePolyphase_16s output</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsResamplePolyphase-16s-output/m-p/1130883#M25765</link>
      <description>&lt;P&gt;I played around with ippsResamplePolyphase_16s function and came across its kind of strange behavior. First of all, let me define a lowpass filter with a window size of 5 and discretization step for filter coefficients of 3. After I initialize the structure for polyphase resampling, I assign the resampling factor to 3 and the resampling start time to 1 (i.e. the second input item). For simplicity, I take the first 5 input items to resample. As an output, I get the resampling start time of 6.33 and the number of calculated output items of 16. It means that the next time I will call the ippsResamplePolyphase function, there will be a shift of 0.33 in the input data portion yielding the shift of the output data. It looks weird, because I assigned the resampling factor to the integer value and expected to receive all the resampled data uniformly distributed. I also noticed that the shift doesn’t arise when I process input data with a chunks size equal to 3 or 9. What can be the reason for such an odd thing?&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;The code is attached&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;	//size of the ideal lowpass filter window
	Ipp32f window = 5;
	//discretization step for filter coefficients
	int nStep = 3;
	//size of the polyphase resampling structure
	int size;
	//suggests using specific code (must be equal to ippAlgHintFast)
	IppHintAlgorithm hint = ippAlgHintAccurate;

	//get the size of the polyphase resampling structure
	ippsResamplePolyphaseGetSize_16s(window, nStep, &amp;amp;size, hint);

	//roll-off frequency of the filter
	Ipp32f rollf = 0.95;
	//parameter of the Kaiser window
	Ipp32f alpha = 9;
	//pointer to the resampling state structure
	IppsResamplingPolyphase_16s* state = (IppsResamplingPolyphase_16s*)(new Ipp8u[size]);

	//initialize the structure for polyphase resampling with calculating the filter coefficients
	//values of the ideal lowpass filtering function are calculated for all i values such that |i/nStep| &amp;lt;= window
	ippsResamplePolyphaseInit_16s(window, nStep, rollf, alpha, state, hint);

	//resampling factor
	Ipp64f factor = float(46) / 29; // accum ff / num of pSrc
	//history
	int history = (0.5 * window * IPP_MAX(1.0, 1.0 / factor)) + 1;
	//number of input vector elements to resample
	int lenSrc = 29 + 2 * history;
	//pointer to the input vector
	Ipp16s pSrc[] = {
		105, 115, 105, -55, -100, -120, -115, -120, -75, 85, 125, 125,
		105, -60, -115, -125, -125, -105, -65, 20, 85, 105, 135, 105, -85, -105, -105, -100, -80,
		-80, -80, -80
		};
	//array of sample rates
	Ipp16s ff[] = {
		3, 1, 4, 1, 1, 1, 1, 1, 5, 1, 1, 1, 4, 1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 4, 1, 1, 1, 1, 1};
	//number of calculated output vector elements
	int lenDst = (int)((lenSrc - history) * factor + 2);
	//pointer to the output vector
	Ipp16s* pDst = new Ipp16s[lenDst];
	//norm factor for output samples that are multiplied by norm * min (1, factor) before saturation
	Ipp32f norm = 0.98;
	//start time of resampling (in input vector elements)
	//keeps the input sample number and the phase for the first output sample from the next input data portion
	Ipp64f time = 1.0;

	//temporary vector
	vector&amp;lt;Ipp32f&amp;gt; temp;

	//resample input data using polyphase filters
	factor = ff[0];
	ippsResamplePolyphase_16s(pSrc, 1, pDst, factor, norm, &amp;amp;time, &amp;amp;lenDst, state);
	for (size_t i = 0; i &amp;lt; lenDst; i++) {
		temp.push_back(pDst&lt;I&gt;);
	}&lt;/I&gt;&lt;/PRE&gt;

&lt;P&gt;Sincerely,&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;Slava&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 00:50:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsResamplePolyphase-16s-output/m-p/1130883#M25765</guid>
      <dc:creator>Slava_D_</dc:creator>
      <dc:date>2017-06-18T00:50:52Z</dc:date>
    </item>
    <item>
      <title>ippsResamplePolyphase_16s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsResamplePolyphase-16s-output/m-p/1130884#M25766</link>
      <description>&lt;P&gt;&lt;CODE class="plain" style="font-size: 13.008px; background-color: rgb(248, 248, 248); color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; background-image: none !important; background-position: initial !important; background-size: initial !important; background-repeat: initial !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; min-height: auto !important;"&gt;ippsResamplePolyphase_16s(pSrc, &lt;STRONG&gt;1&lt;/STRONG&gt;, pDst, factor, norm, &amp;amp;&lt;/CODE&gt;&lt;CODE class="functions bold" style="font-size: 13.008px; background-color: rgb(248, 248, 248); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; background-image: none !important; background-position: initial !important; background-size: initial !important; background-repeat: initial !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: bold !important; min-height: auto !important; color: rgb(255, 20, 147) !important;"&gt;time&lt;/CODE&gt;&lt;CODE class="plain" style="font-size: 13.008px; background-color: rgb(248, 248, 248); color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; background-image: none !important; background-position: initial !important; background-size: initial !important; background-repeat: initial !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; min-height: auto !important;"&gt;, &amp;amp;lenDst, state);&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Why the second parameter is 1 in your function call? As refered to the description of this api function shown below (https://software.intel.com/en-us/node/502289), the second parameter should be &lt;SPAN style="font-weight: 700; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; background-color: rgb(242, 242, 242);"&gt;The number of input vector elements to resample&lt;/SPAN&gt;.&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="kwd" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;IppStatus ippsResamplePolyphase_16s(const Ipp16s*&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="var" style="box-sizing: border-box; font-style: italic; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;pSrc&lt;/SPAN&gt;&lt;SPAN class="kwd" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;, &lt;STRONG&gt;int&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="var" style="box-sizing: border-box; font-style: italic; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;len&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="kwd" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;, Ipp16s*&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="var" style="box-sizing: border-box; font-style: italic; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;pDst&lt;/SPAN&gt;&lt;SPAN class="kwd" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;, Ipp64f&lt;/SPAN&gt;&lt;SPAN class="var" style="box-sizing: border-box; font-style: italic; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;factor&lt;/SPAN&gt;&lt;SPAN class="kwd" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;, Ipp32f&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="var" style="box-sizing: border-box; font-style: italic; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;norm&lt;/SPAN&gt;&lt;SPAN class="kwd" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;, Ipp64f*&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="var" style="box-sizing: border-box; font-style: italic; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;pTime&lt;/SPAN&gt;&lt;SPAN class="kwd" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;, int*&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="var" style="box-sizing: border-box; font-style: italic; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;pOutlen&lt;/SPAN&gt;&lt;SPAN class="kwd" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;, const IppsResamplingPolyphase_16s*&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="var" style="box-sizing: border-box; font-style: italic; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;pSpec&lt;/SPAN&gt;&lt;SPAN class="delim" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(83, 86, 90); font-family: intel-clear, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial; font-size: 27.99px;"&gt;Parameters&lt;/SPAN&gt;&lt;/P&gt;

&lt;TABLE border="0" cellpadding="4" cellspacing="0" style="box-sizing: border-box; border-collapse: collapse; margin-top: 1.6em; margin-bottom: 1.6em; border-width: initial; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: white; border-bottom-color: white; border-left-color: white; border-image: initial; border-top-style: none; border-top-color: initial; max-width: 100%; overflow-x: auto; display: block; width: 702.4px; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px;" width="90%"&gt;
	&lt;TBODY style="box-sizing: border-box; border-style: none;"&gt;
		&lt;TR style="box-sizing: border-box; border-bottom: 1px solid rgb(204, 204, 204); background-color: rgb(242, 242, 242);"&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; border-left: 1px solid rgb(204, 204, 204); border-right: none !important; border-top: none !important; border-image: initial !important;" valign="top" width="30%"&gt;
				&lt;P style="box-sizing: border-box; word-wrap: break-word; margin-bottom: 1em; line-height: 1.4; max-width: 100%; width: auto;"&gt;&lt;SPAN class="parmname" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-style: italic;"&gt;pSrc&lt;/SPAN&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; background: none; border-right: 1px solid rgb(204, 204, 204); border-top: none !important; border-left: none !important; border-image: initial !important;" valign="top"&gt;The pointer to the input vector.&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box; border-bottom: 1px solid rgb(204, 204, 204); background-color: rgb(242, 242, 242);"&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; border-left: 1px solid rgb(204, 204, 204); border-right: none !important; border-top: none !important; border-image: initial !important;" valign="top" width="30%"&gt;
				&lt;P style="box-sizing: border-box; word-wrap: break-word; margin-bottom: 1em; line-height: 1.4; max-width: 100%; width: auto;"&gt;&lt;SPAN class="parmname" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-style: italic;"&gt;pDst&lt;/SPAN&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; background: none; border-right: 1px solid rgb(204, 204, 204); border-top: none !important; border-left: none !important; border-image: initial !important;" valign="top"&gt;The pointer to the output vector.&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box; border-bottom: 1px solid rgb(204, 204, 204); background-color: rgb(242, 242, 242);"&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; border-left: 1px solid rgb(204, 204, 204); border-right: none !important; border-top: none !important; border-image: initial !important;" valign="top" width="30%"&gt;
				&lt;P style="box-sizing: border-box; word-wrap: break-word; margin-bottom: 1em; line-height: 1.4; max-width: 100%; width: auto;"&gt;&lt;STRONG&gt;&lt;SPAN class="parmname" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-style: italic;"&gt;len&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; background: none; border-right: 1px solid rgb(204, 204, 204); border-top: none !important; border-left: none !important; border-image: initial !important;" valign="top"&gt;&lt;STRONG&gt;The number of input vector elements to resample.&lt;/STRONG&gt;&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box; border-bottom: 1px solid rgb(204, 204, 204); background-color: rgb(242, 242, 242);"&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; border-left: 1px solid rgb(204, 204, 204); border-right: none !important; border-top: none !important; border-image: initial !important;" valign="top" width="30%"&gt;
				&lt;P style="box-sizing: border-box; word-wrap: break-word; margin-bottom: 1em; line-height: 1.4; max-width: 100%; width: auto;"&gt;&lt;SPAN class="parmname" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-style: italic;"&gt;norm&lt;/SPAN&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; background: none; border-right: 1px solid rgb(204, 204, 204); border-top: none !important; border-left: none !important; border-image: initial !important;" valign="top"&gt;The norm factor for output samples.&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box; border-bottom: 1px solid rgb(204, 204, 204); background-color: rgb(242, 242, 242);"&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; border-left: 1px solid rgb(204, 204, 204); border-right: none !important; border-top: none !important; border-image: initial !important;" valign="top" width="30%"&gt;
				&lt;P style="box-sizing: border-box; word-wrap: break-word; margin-bottom: 1em; line-height: 1.4; max-width: 100%; width: auto;"&gt;&lt;SPAN class="parmname" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-style: italic;"&gt;factor&lt;/SPAN&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; background: none; border-right: 1px solid rgb(204, 204, 204); border-top: none !important; border-left: none !important; border-image: initial !important;" valign="top"&gt;The resampling factor.&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box; border-bottom: 1px solid rgb(204, 204, 204); background-color: rgb(242, 242, 242);"&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; border-left: 1px solid rgb(204, 204, 204); border-right: none !important; border-top: none !important; border-image: initial !important;" valign="top" width="30%"&gt;
				&lt;P style="box-sizing: border-box; word-wrap: break-word; margin-bottom: 1em; line-height: 1.4; max-width: 100%; width: auto;"&gt;&lt;SPAN class="parmname" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-style: italic;"&gt;pTime&lt;/SPAN&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; background: none; border-right: 1px solid rgb(204, 204, 204); border-top: none !important; border-left: none !important; border-image: initial !important;" valign="top"&gt;The pointer to the start time of resampling (in input vector elements). Keeps the input sample number and the phase for the first output sample from the next input data portion.&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box; border-bottom: 1px solid rgb(204, 204, 204); background-color: rgb(242, 242, 242);"&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; border-left: 1px solid rgb(204, 204, 204); border-right: none !important; border-top: none !important; border-image: initial !important;" valign="top" width="30%"&gt;
				&lt;P style="box-sizing: border-box; word-wrap: break-word; margin-bottom: 1em; line-height: 1.4; max-width: 100%; width: auto;"&gt;&lt;SPAN class="parmname" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-style: italic;"&gt;pOutlen&lt;/SPAN&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; background: none; border-right: 1px solid rgb(204, 204, 204); border-top: none !important; border-left: none !important; border-image: initial !important;" valign="top"&gt;The number of calculated output vector elements.&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box; border-bottom: 1px solid rgb(204, 204, 204); background-color: rgb(242, 242, 242);"&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; border-left: 1px solid rgb(204, 204, 204); border-right: none !important; border-top: none !important; border-image: initial !important;" valign="top" width="30%"&gt;
				&lt;P style="box-sizing: border-box; word-wrap: break-word; margin-bottom: 1em; line-height: 1.4; max-width: 100%; width: auto;"&gt;&lt;SPAN class="parmname" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-style: italic;"&gt;pSpec&lt;/SPAN&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD class="noborder" style="box-sizing: border-box; padding: 9px 10px; background: none; border-right: 1px solid rgb(204, 204, 204); border-top: none !important; border-left: none !important; border-image: initial !important;" valign="top"&gt;
				&lt;P&gt;The pointer to the resampling state structure.&lt;/P&gt;
			&lt;/TD&gt;
		&lt;/TR&gt;
	&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Tue, 20 Jun 2017 07:50:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsResamplePolyphase-16s-output/m-p/1130884#M25766</guid>
      <dc:creator>Jing_Xu</dc:creator>
      <dc:date>2017-06-20T07:50:00Z</dc:date>
    </item>
    <item>
      <title>Hi Jing,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsResamplePolyphase-16s-output/m-p/1130885#M25767</link>
      <description>&lt;P&gt;Hi Jing,&lt;/P&gt;

&lt;P&gt;It’s a mistyping. Sure, it should be 5 in the case test.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 09:26:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsResamplePolyphase-16s-output/m-p/1130885#M25767</guid>
      <dc:creator>Slava_D_</dc:creator>
      <dc:date>2017-06-20T09:26:09Z</dc:date>
    </item>
    <item>
      <title>The problem is still not</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsResamplePolyphase-16s-output/m-p/1130886#M25768</link>
      <description>&lt;P&gt;The problem is still not solved. Looks like there is a BUG in the implementation of the&amp;nbsp;polyphase resampling algorithm&amp;nbsp;in IPP.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 06:34:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsResamplePolyphase-16s-output/m-p/1130886#M25768</guid>
      <dc:creator>Slava_D_</dc:creator>
      <dc:date>2017-06-22T06:34:12Z</dc:date>
    </item>
    <item>
      <title>We are working on it, we will</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsResamplePolyphase-16s-output/m-p/1130887#M25769</link>
      <description>&lt;P&gt;We are working on it, we will get back to you soon.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 00:49:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsResamplePolyphase-16s-output/m-p/1130887#M25769</guid>
      <dc:creator>Jing_Xu</dc:creator>
      <dc:date>2017-06-26T00:49:13Z</dc:date>
    </item>
    <item>
      <title>Looking forward to your</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsResamplePolyphase-16s-output/m-p/1130888#M25770</link>
      <description>&lt;P&gt;Looking forward to your response.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 06:11:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsResamplePolyphase-16s-output/m-p/1130888#M25770</guid>
      <dc:creator>Slava_D_</dc:creator>
      <dc:date>2017-06-26T06:11:05Z</dc:date>
    </item>
  </channel>
</rss>

