Home
last modified time | relevance | path

Searched defs:pBfr (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_radix4Fft.c1897 void radix2IfftMainStages(INT16* pBfr, int Nfft, const INT16* pCoeff, int lenCoeff){ in radix2IfftMainStages()
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()