Lines Matching refs:pSrcLoop
1517 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
1738 pSrcLoop = pSrc; in radix4IfftStageOneStride()
1742 radix4IfftRadix4ButterflyBrevStride(pSrcLoop, pDstLoop, index1, log2Nfft); in radix4IfftStageOneStride()
1760 INT16 *pSrcLoop, *pDstLoop; in radix4FftMainStages() local
1773 pSrcLoop = pDst; in radix4FftMainStages()
1779 radix4FftRadix4ButterflyTwiddle(pSrcLoop, pDstLoop, loop2, pCoeff, coeffStride); in radix4FftMainStages()
1780 pSrcLoop += 2*4*loop2; in radix4FftMainStages()
1783 pSrcLoop += 2 -2*4*loop2*loop1; in radix4FftMainStages()
1801 INT16 *pSrcLoop, *pDstLoop; in radix4IfftMainStages() local
1814 pSrcLoop = pDst; in radix4IfftMainStages()
1820 radix4IfftRadix4ButterflyTwiddle(pSrcLoop, pDstLoop, NUM_PARALLEL*loop2, pCoeff, coeffStride); in radix4IfftMainStages()
1821 pSrcLoop += NUM_PARALLEL * 2*4*loop2; in radix4IfftMainStages()
1824 pSrcLoop += NUM_PARALLEL * (2 -2*4*loop2*loop1); in radix4IfftMainStages()
1843 INT16 *pSrcLoop, *pDstLoop; in radix4IfftMainStagesParallel() local
1856 pSrcLoop = pDst; in radix4IfftMainStagesParallel()
1862 …radix4IfftRadix4ButterflyTwiddleParallel(pSrcLoop, pDstLoop, NUM_PARALLEL*loop2, pCoeff, coeffStri… in radix4IfftMainStagesParallel()
1863 pSrcLoop += NUM_PARALLEL * 2 * 4 * loop2; in radix4IfftMainStagesParallel()
1866 pSrcLoop += NUM_PARALLEL * (2 - 2 * 4 * loop2*loop1); in radix4IfftMainStagesParallel()
1906 INT16 *pSrcLoop; in radix2IfftMainStages() local
1916 pSrcLoop = pBfr; in radix2IfftMainStages()
1921 radix4IfftRadix2ButterflyTwiddle(pSrcLoop, pSrcLoop, loop2, pCoeff, coeffStride); in radix2IfftMainStages()
1922 pSrcLoop += 2*2*loop2; in radix2IfftMainStages()
1924 pSrcLoop += 2 -2*2*loop2*loop1; in radix2IfftMainStages()
1944 INT16 *pSrcLoop = pDst; in radix4FftLastStage() local
1952 radix4FftRadix2ButterflyTwiddle(pSrcLoop, pDstLoop, loopLen, pCoeff, coeffStride); in radix4FftLastStage()
1953 pSrcLoop += 2; in radix4FftLastStage()
1963 radix4FftRadix4ButterflyTwiddle(pSrcLoop, pDstLoop, loopLen, pCoeff, coeffStride); in radix4FftLastStage()
1964 pSrcLoop += 2; in radix4FftLastStage()
1982 INT16 *pSrcLoop = pDst; in radix4IfftLastStage() local
1990 radix4IfftRadix2ButterflyTwiddle(pSrcLoop, pDstLoop, NUM_PARALLEL*loopLen, pCoeff, coeffStride); in radix4IfftLastStage()
1991 pSrcLoop += 2 * NUM_PARALLEL; in radix4IfftLastStage()
2001 radix4IfftRadix4ButterflyTwiddle(pSrcLoop, pDstLoop, NUM_PARALLEL*loopLen, pCoeff, coeffStride); in radix4IfftLastStage()
2002 pSrcLoop += 2 * NUM_PARALLEL; in radix4IfftLastStage()
2021 INT16 *pSrcLoop, *pDstLoop; in radix4IfftLastStageParallel() local
2023 pSrcLoop = pDst; in radix4IfftLastStageParallel()
2031 …radix4IfftRadix2ButterflyTwiddleParallel(pSrcLoop, pDstLoop, NUM_PARALLEL*loopLen, pCoeff, coeffSt… in radix4IfftLastStageParallel()
2032 pSrcLoop += 2 * NUM_PARALLEL; in radix4IfftLastStageParallel()
2042 …radix4IfftRadix4ButterflyTwiddleParallel(pSrcLoop, pDstLoop, NUM_PARALLEL*loopLen, pCoeff, coeffSt… in radix4IfftLastStageParallel()
2043 pSrcLoop += 2 * NUM_PARALLEL; in radix4IfftLastStageParallel()