Lines Matching refs:pDstLoop
1517 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()
1715 radix4IfftRadix4ButterflyBrevParallel(pSrcLoop, pDstLoop, index1, log2Nfft); in radix4IfftStageOneParallel()
1717 pDstLoop += 2 * 4 * NUM_PARALLEL; in radix4IfftStageOneParallel()
1727 INT16 *pSrcLoop, *pDstLoop; in radix4IfftStageOneStride() local
1739 pDstLoop = pDst; in radix4IfftStageOneStride()
1742 radix4IfftRadix4ButterflyBrevStride(pSrcLoop, pDstLoop, index1, log2Nfft); in radix4IfftStageOneStride()
1744 pDstLoop += 2 * 4 * NUM_PARALLEL; in radix4IfftStageOneStride()
1760 INT16 *pSrcLoop, *pDstLoop; in radix4FftMainStages() local
1774 pDstLoop = pDst; in radix4FftMainStages()
1779 radix4FftRadix4ButterflyTwiddle(pSrcLoop, pDstLoop, loop2, pCoeff, coeffStride); in radix4FftMainStages()
1781 pDstLoop += 2*4*loop2; in radix4FftMainStages()
1784 pDstLoop += 2 -2*4*loop2*loop1; in radix4FftMainStages()
1801 INT16 *pSrcLoop, *pDstLoop; in radix4IfftMainStages() local
1815 pDstLoop = pDst; in radix4IfftMainStages()
1820 radix4IfftRadix4ButterflyTwiddle(pSrcLoop, pDstLoop, NUM_PARALLEL*loop2, pCoeff, coeffStride); in radix4IfftMainStages()
1822 pDstLoop += NUM_PARALLEL * 2*4*loop2; in radix4IfftMainStages()
1825 pDstLoop += NUM_PARALLEL * (2 -2*4*loop2*loop1); in radix4IfftMainStages()
1843 INT16 *pSrcLoop, *pDstLoop; in radix4IfftMainStagesParallel() local
1857 pDstLoop = pDst; in radix4IfftMainStagesParallel()
1862 …radix4IfftRadix4ButterflyTwiddleParallel(pSrcLoop, pDstLoop, NUM_PARALLEL*loop2, pCoeff, coeffStri… in radix4IfftMainStagesParallel()
1864 pDstLoop += NUM_PARALLEL * 2 * 4 * loop2; in radix4IfftMainStagesParallel()
1867 pDstLoop += NUM_PARALLEL * (2 - 2 * 4 * loop2*loop1); in radix4IfftMainStagesParallel()
1945 INT16 *pDstLoop = pDst; in radix4FftLastStage() local
1952 radix4FftRadix2ButterflyTwiddle(pSrcLoop, pDstLoop, loopLen, pCoeff, coeffStride); in radix4FftLastStage()
1954 pDstLoop += 2; in radix4FftLastStage()
1963 radix4FftRadix4ButterflyTwiddle(pSrcLoop, pDstLoop, loopLen, pCoeff, coeffStride); in radix4FftLastStage()
1965 pDstLoop += 2; in radix4FftLastStage()
1983 INT16 *pDstLoop = pDst; in radix4IfftLastStage() local
1990 radix4IfftRadix2ButterflyTwiddle(pSrcLoop, pDstLoop, NUM_PARALLEL*loopLen, pCoeff, coeffStride); in radix4IfftLastStage()
1992 pDstLoop += 2 * NUM_PARALLEL; in radix4IfftLastStage()
2001 radix4IfftRadix4ButterflyTwiddle(pSrcLoop, pDstLoop, NUM_PARALLEL*loopLen, pCoeff, coeffStride); in radix4IfftLastStage()
2003 pDstLoop += 2 * NUM_PARALLEL; in radix4IfftLastStage()
2021 INT16 *pSrcLoop, *pDstLoop; in radix4IfftLastStageParallel() local
2024 pDstLoop = pDst; in radix4IfftLastStageParallel()
2031 …radix4IfftRadix2ButterflyTwiddleParallel(pSrcLoop, pDstLoop, NUM_PARALLEL*loopLen, pCoeff, coeffSt… in radix4IfftLastStageParallel()
2033 pDstLoop += 2 * NUM_PARALLEL; in radix4IfftLastStageParallel()
2042 …radix4IfftRadix4ButterflyTwiddleParallel(pSrcLoop, pDstLoop, NUM_PARALLEL*loopLen, pCoeff, coeffSt… in radix4IfftLastStageParallel()
2044 pDstLoop += 2 * NUM_PARALLEL; in radix4IfftLastStageParallel()