Home | History | Annotate | Download | only in src

Lines Matching refs:pSrc

217     const FIXP_DBL *pSrc = pInput;
222 pDst[k+0] = pSrc[l];
223 pDst[k+1] = pSrc[l+1];
228 pDst[k+2] = pSrc[l];
229 pDst[k+3] = pSrc[l+1];
233 pDst[k+4] = pSrc[l];
234 pDst[k+5] = pSrc[l+1];
269 const FIXP_DBL *pSrc = aDst;
274 pDst[k+0] = pSrc[l+0];
275 pDst[k+1] = pSrc[l+1];
276 pDst[k+2] = pSrc[l+0+(2*N3)];
277 pDst[k+3] = pSrc[l+1+(2*N3)];
278 pDst[k+4] = pSrc[l+0+(4*N3)];
279 pDst[k+5] = pSrc[l+1+(4*N3)];
280 pDst[k+6] = pSrc[l+0+(6*N3)];
281 pDst[k+7] = pSrc[l+1+(6*N3)];
282 pDst[k+8] = pSrc[l+0+(8*N3)];
283 pDst[k+9] = pSrc[l+1+(8*N3)];
293 const FIXP_DBL *pSrc = aDst1;
297 pDst[k+0] = pSrc[l];
298 pDst[k+1] = pSrc[l+1];
302 pDst[k+2] = pSrc[l];
303 pDst[k+3] = pSrc[l+1];
307 pDst[k+4] = pSrc[l];
308 pDst[k+5] = pSrc[l+1];
312 pDst[k+6] = pSrc[l];
313 pDst[k+7] = pSrc[l+1];
317 pDst[k+8] = pSrc[l];
318 pDst[k+9] = pSrc[l+1];
1095 /* Perform dim2 times the fft of length dim1. The input samples are at the address of pSrc and the \
1097 of the interleaved samples in pSrc, the output samples are stored consecutively. \
1100 const FIXP_DBL* pSrc = pInput; \
1107 pDst[2*j] = pSrc[2*j*dim2]; \
1108 pDst[2*j+1] = pSrc
1112 pSrc += 2; \
1126 const FIXP_DBL* pSrc = aDst; \
1134 pDst[2*j] = pSrc[2*j*dim1]; \
1135 pDst[2*j+1] = pSrc[2*j*dim1+1]; \
1145 pSrc += 2; \
1174 FIXP_DBL *pSrc, *pDst, *pDstOut;
1182 /* Perform dim2 times the fft of length dim1. The input samples are at the address of pSrc and the
1184 of the interleaved samples in pSrc, the output samples are stored consecutively.
1186 pSrc = pInput;
1192 pDst[2*j] = pSrc[2*j*dim2];
1193 pDst[2*j+1] = pSrc[2*j*dim2+1];
1212 pSrc += 2;
1217 pSrc=aDst;
1218 fft_apply_rot_vector(pSrc, length/dim2, length, RotVectorReal, RotVectorImag);
1225 pSrc = aDst;
1232 pDst[2*j] = pSrc[2*j*dim1];
1233 pDst[2*j+1] = pSrc[2*j*dim1+1];
1257 pSrc += 2;