Lines Matching defs:pCoeff

549 void radix4FftRadix4ButterflyTwiddle(INT16* pSrc, INT16* pDst, int stride, const INT16* pCoeff, int…  in radix4FftRadix4ButterflyTwiddle()
723 void radix4IfftRadix4ButterflyTwiddle(INT16* pSrc, INT16* pDst, int stride, const INT16* pCoeff, in… in radix4IfftRadix4ButterflyTwiddle()
896 …dix4ButterflyTwiddleParallel(INT16* pSrc, INT16* pDst, int stride, const INT16* pCoeff, int coeffS… in radix4IfftRadix4ButterflyTwiddleParallel()
999 void radix4FftRadix2ButterflyTwiddle(INT16* pSrc, INT16* pDst, int stride, const INT16* pCoeff, int… in radix4FftRadix2ButterflyTwiddle()
1079 void radix4IfftRadix2ButterflyTwiddle(INT16* pSrc, INT16* pDst, int stride, const INT16* pCoeff, in… in radix4IfftRadix2ButterflyTwiddle()
1161 …dix2ButterflyTwiddleParallel(INT16* pSrc, INT16* pDst, int stride, const INT16* pCoeff, int coeffS… in radix4IfftRadix2ButterflyTwiddleParallel()
1749 void radix4FftMainStages(INT16* pSrc, INT16* pDst, int Nfft, const INT16* pCoeff, int lenCoeff){ in radix4FftMainStages()
1790 void radix4IfftMainStages(INT16* pSrc, INT16* pDst, int Nfft, const INT16* pCoeff, int lenCoeff){ in radix4IfftMainStages()
1832 void radix4IfftMainStagesParallel(INT16* pSrc, INT16* pDst, int Nfft, const INT16* pCoeff, int lenC… in radix4IfftMainStagesParallel()
1897 void radix2IfftMainStages(INT16* pBfr, int Nfft, const INT16* pCoeff, int lenCoeff){ in radix2IfftMainStages()
1933 void radix4FftLastStage(INT16* pSrc, INT16* pDst, int Nfft, const INT16* pCoeff, int lenCoeff){ in radix4FftLastStage()
1971 void radix4IfftLastStage(INT16* pSrc, INT16* pDst, int Nfft, const INT16* pCoeff, int lenCoeff){ in radix4IfftLastStage()
2010 void radix4IfftLastStageParallel(INT16* pSrc, INT16* pDst, int Nfft, const INT16* pCoeff, int lenCo… in radix4IfftLastStageParallel()
2052 void radix4Fft(INT16* pSrc, INT16* pDst, int Nfft, const INT16* pCoeff, int lenCoeff){ in radix4Fft()
2062 void radix4Ifft(INT16* pSrc, INT16* pDst, int Nfft, const INT16* pCoeff, int lenCoeff){ in radix4Ifft()
2072 void radix4IfftParallel(INT16* pSrc, INT16* pDst, int Nfft, const INT16* pCoeff, int lenCoeff) { in radix4IfftParallel()
2083 void radix4IfftStride(INT16* pSrc, INT16* pDst, int Nfft, const INT16* pCoeff, int lenCoeff) { in radix4IfftStride()
2094 void radix2Ifft(INT16* pBfr, int Nfft, const INT16* pCoeff, int lenCoeff){ in radix2Ifft()
2196 void radix2FftFlt(float* pBfr, int Nfft, const float* pCoeff, int lenCoeff) { in radix2FftFlt()
2269 void radix2IfftFlt(float* pBfr, int Nfft, const float* pCoeff, int lenCoeff) { in radix2IfftFlt()
2346 void radix2IfftStride(INT16* pBfr, int Nfft, const INT16* pCoeff, int lenCoeff) { in radix2IfftStride()
2435 void radix2IfftParallel(INT16* pBfr, int Nfft, const INT16* pCoeff, int lenCoeff) { in radix2IfftParallel()
2517 void radix4Fft4in64(unsigned int *loadPtr, unsigned int *fftOutBfr, const INT16* pCoeff, int lenCoe… in radix4Fft4in64()