Home
last modified time | relevance | path

Searched refs:pDstLoop (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
1525 pDstLoop = pDst; in radix4FftStageOne()
1528 radix4FftRadix4ButterflyBrev(pSrcLoop, pDstLoop, index1, log2Nfft); in radix4FftStageOne()
1530 pDstLoop += 2*4; in radix4FftStageOne()
1538 INT16 *pSrcLoop, *pDstLoop; in radix4IfftStageOne() local
1546 pDstLoop = pDst; in radix4IfftStageOne()
1549 radix4IfftRadix4ButterflyBrev(pSrcLoop, pDstLoop, index1, log2Nfft); in radix4IfftStageOne()
1551 pDstLoop += 2*4; in radix4IfftStageOne()
1700 INT16 *pSrcLoop, *pDstLoop; in radix4IfftStageOneParallel() local
1712 pDstLoop = pDst; in radix4IfftStageOneParallel()
[all …]