Home
last modified time | relevance | path

Searched refs:pSrcLoop (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_radix4Fft.c1517 INT16 *pSrcLoop, *pDstLoop; in radix4FftStageOne() local
1524 pSrcLoop = pSrc; in radix4FftStageOne()
1528 radix4FftRadix4ButterflyBrev(pSrcLoop, pDstLoop, index1, log2Nfft); in radix4FftStageOne()
1538 INT16 *pSrcLoop, *pDstLoop; in radix4IfftStageOne() local
1545 pSrcLoop = pSrc; in radix4IfftStageOne()
1549 radix4IfftRadix4ButterflyBrev(pSrcLoop, pDstLoop, index1, log2Nfft); in radix4IfftStageOne()
1700 INT16 *pSrcLoop, *pDstLoop; in radix4IfftStageOneParallel() local
1711 pSrcLoop = pSrc; in radix4IfftStageOneParallel()
1715 radix4IfftRadix4ButterflyBrevParallel(pSrcLoop, pDstLoop, index1, log2Nfft); in radix4IfftStageOneParallel()
1727 INT16 *pSrcLoop, *pDstLoop; in radix4IfftStageOneStride() local
[all …]