Home
last modified time | relevance | path

Searched refs:pCoefA (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/Source/TransformFunctions/
Darm_rfft_q15.c177 const q15_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rfft_q15() local
191 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_q15()
195 pCoefAb = pCoefA; in arm_split_rfft_q15()
241 const q15_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rfft_q15() local
248 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_q15()
277 outR = __SMUSD(read_q15x2 (pSrc1), read_q15x2((q15_t *) pCoefA)); in arm_split_rfft_q15()
280 outR = -(__SMUSD(read_q15x2 (pSrc1), read_q15x2((q15_t *) pCoefA))); in arm_split_rfft_q15()
294 outI = __SMLADX(read_q15x2_ia (&pSrc1), read_q15x2 ((q15_t *) pCoefA), outI); in arm_split_rfft_q15()
307 pCoefA = pCoefA + (2U * modifier); in arm_split_rfft_q15()
329 outR = *pSrc1 * *pCoefA; in arm_split_rfft_q15()
[all …]
Darm_rfft_q31.c176 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()
[all …]
Darm_rfft_f32.c154 const float32_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rfft_f32() local
160 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_f32()
180 CoefA1 = *pCoefA++; in arm_split_rfft_f32()
182 CoefA2 = *pCoefA; in arm_split_rfft_f32()
214 pCoefA = pCoefA + ((modifier * 2U) - 1U); in arm_split_rfft_f32()
248 const float32_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rifft_f32() local
252 pCoefA = &pATable[0]; in arm_split_rifft_f32()
269 CoefA1 = *pCoefA++; in arm_split_rifft_f32()
270 CoefA2 = *pCoefA; in arm_split_rifft_f32()
301 pCoefA = pCoefA + (modifier * 2 - 1); in arm_split_rifft_f32()