Lines Matching refs:pCoefA
176 const q31_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rfft_q31() local
186 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_q31()
190 pCoefAb = pCoefA; in arm_split_rfft_q31()
235 const q31_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rfft_q31() local
241 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_q31()
260 CoefA1 = *pCoefA++; in arm_split_rfft_q31()
261 CoefA2 = *pCoefA; in arm_split_rfft_q31()
298 pCoefA = pCoefA + (2 * modifier - 1); in arm_split_rfft_q31()
333 const q31_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rifft_q31() local
342 pCoefA = &pATable[0]; in arm_split_rifft_q31()
346 pCoefAb = pCoefA; in arm_split_rifft_q31()
387 const q31_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rifft_q31() local
391 pCoefA = &pATable[0]; in arm_split_rifft_q31()
408 CoefA1 = *pCoefA++; in arm_split_rifft_q31()
409 CoefA2 = *pCoefA; in arm_split_rifft_q31()
442 pCoefA = pCoefA + (modifier * 2 - 1); in arm_split_rifft_q31()