Lines Matching defs:Nfft

1221 void radix4FftStageOne(INT16* pSrc, INT16* pDst, int Nfft){  in radix4FftStageOne()
1294 void radix4IfftStageOne(INT16* pSrc, INT16* pDst, int Nfft){ in radix4IfftStageOne()
1513 void radix4FftStageOne(INT16* pSrc, INT16* pDst, int Nfft){ in radix4FftStageOne()
1534 void radix4IfftStageOne(INT16* pSrc, INT16* pDst, int Nfft){ in radix4IfftStageOne()
1696 void radix4IfftStageOneParallel(INT16* pSrc, INT16* pDst, int Nfft) { in radix4IfftStageOneParallel()
1723 void radix4IfftStageOneStride(INT16* pSrc, INT16* pDst, int Nfft) { in radix4IfftStageOneStride()
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()
1874 void myBitRev(INT16* pSrc, int Nfft){ in myBitRev()
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()