Searched refs:lenCoeff (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wls/ |
| D | wls_radix4Fft.h | 37 void radix4FftMainStages(INT16 *pSrc, INT16 *pDst, int Nfft, const INT16 *pCoeff, int lenCoeff); 38 void radix4FftLastStage(INT16 *pSrc, INT16 *pDst, int Nfft, const INT16 *pCoeff, int lenCoeff); 41 void radix4IfftMainStages(INT16 *pSrc, INT16 *pDst, int Nfft, const INT16 *pCoeff, int lenCoeff); 42 void radix4IfftLastStage(INT16 *pSrc, INT16 *pDst, int Nfft, const INT16 *pCoeff, int lenCoeff); 50 void radix4Fft(INT16 *pSrc, INT16 *pDst, int Nfft, const INT16 *pCoeff, int lenCoeff); 51 … radix4Fft4in64(unsigned int *loadPtr, unsigned int *fftOutBfr, const INT16 *pCoeff, int lenCoeff); 53 void radix4Ifft(INT16 *pSrc, INT16 *pDst, int Nfft, const INT16 *pCoeff, int lenCoeff); 54 void radix4IfftParallel(INT16 *pSrc, INT16 *pDst, int Nfft, const INT16 *pCoeff, int lenCoeff); 55 void radix4IfftStride(INT16 *pSrc, INT16 *pDst, int Nfft, const INT16 *pCoeff, int lenCoeff); 57 void radix2Ifft(INT16 *pSrc, int Nfft, const INT16 *pCoeff, int lenCoeff); [all …]
|
| D | wls_radix4Fft.c | 1749 void radix4FftMainStages(INT16* pSrc, INT16* pDst, int Nfft, const INT16* pCoeff, int lenCoeff){ in radix4FftMainStages() argument 1768 coeffStrideTemp = lenCoeff>>2; in radix4FftMainStages() 1790 void radix4IfftMainStages(INT16* pSrc, INT16* pDst, int Nfft, const INT16* pCoeff, int lenCoeff){ in radix4IfftMainStages() argument 1809 coeffStrideTemp = lenCoeff>>2; in radix4IfftMainStages() 1832 …dix4IfftMainStagesParallel(INT16* pSrc, INT16* pDst, int Nfft, const INT16* pCoeff, int lenCoeff) { in radix4IfftMainStagesParallel() argument 1851 coeffStrideTemp = lenCoeff >> 2; in radix4IfftMainStagesParallel() 1897 void radix2IfftMainStages(INT16* pBfr, int Nfft, const INT16* pCoeff, int lenCoeff){ in radix2IfftMainStages() argument 1914 coeffStrideTemp = lenCoeff>>1; in radix2IfftMainStages() 1933 void radix4FftLastStage(INT16* pSrc, INT16* pDst, int Nfft, const INT16* pCoeff, int lenCoeff){ in radix4FftLastStage() argument 1943 int coeffStrideTemp = lenCoeff>>(2*log4Nfft+radix2); in radix4FftLastStage() [all …]
|