Searched refs:pDstLoop (Results 1 – 1 of 1) sorted by relevance
1517 INT16 *pSrcLoop, *pDstLoop; in radix4FftStageOne() local1525 pDstLoop = pDst; in radix4FftStageOne()1528 radix4FftRadix4ButterflyBrev(pSrcLoop, pDstLoop, index1, log2Nfft); in radix4FftStageOne()1530 pDstLoop += 2*4; in radix4FftStageOne()1538 INT16 *pSrcLoop, *pDstLoop; in radix4IfftStageOne() local1546 pDstLoop = pDst; in radix4IfftStageOne()1549 radix4IfftRadix4ButterflyBrev(pSrcLoop, pDstLoop, index1, log2Nfft); in radix4IfftStageOne()1551 pDstLoop += 2*4; in radix4IfftStageOne()1700 INT16 *pSrcLoop, *pDstLoop; in radix4IfftStageOneParallel() local1712 pDstLoop = pDst; in radix4IfftStageOneParallel()[all …]