Searched refs:pCoefA (Results 1 – 3 of 3) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_rfft_q15.c | 156 const q15_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rfft_q15() local 170 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_q15() 174 pCoefAb = pCoefA; in arm_split_rfft_q15() 220 const q15_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rfft_q15() local 227 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_q15() 256 outR = __SMUSD(read_q15x2 (pSrc1), read_q15x2((q15_t *) pCoefA)); in arm_split_rfft_q15() 259 outR = -(__SMUSD(read_q15x2 (pSrc1), read_q15x2((q15_t *) pCoefA))); in arm_split_rfft_q15() 273 outI = __SMLADX(read_q15x2_ia (&pSrc1), read_q15x2 ((q15_t *) pCoefA), outI); in arm_split_rfft_q15() 286 pCoefA = pCoefA + (2U * modifier); in arm_split_rfft_q15() 308 outR = *pSrc1 * *pCoefA; in arm_split_rfft_q15() [all …]
|
D | arm_rfft_q31.c | 155 const q31_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rfft_q31() local 165 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_q31() 169 pCoefAb = pCoefA; in arm_split_rfft_q31() 213 const q31_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rfft_q31() local 219 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_q31() 238 CoefA1 = *pCoefA++; in arm_split_rfft_q31() 239 CoefA2 = *pCoefA; in arm_split_rfft_q31() 276 pCoefA = pCoefA + (2 * modifier - 1); in arm_split_rfft_q31() 312 const q31_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rifft_q31() local 321 pCoefA = &pATable[0]; in arm_split_rifft_q31() [all …]
|
D | arm_rfft_f32.c | 164 const float32_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rfft_f32() local 170 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_f32() 190 CoefA1 = *pCoefA++; in arm_split_rfft_f32() 192 CoefA2 = *pCoefA; in arm_split_rfft_f32() 224 pCoefA = pCoefA + ((modifier * 2U) - 1U); in arm_split_rfft_f32() 259 const float32_t *pCoefA, *pCoefB; /* Temporary pointers for twiddle factors */ in arm_split_rifft_f32() local 263 pCoefA = &pATable[0]; in arm_split_rifft_f32() 280 CoefA1 = *pCoefA++; in arm_split_rifft_f32() 281 CoefA2 = *pCoefA; in arm_split_rifft_f32() 312 pCoefA = pCoefA + (modifier * 2 - 1); in arm_split_rifft_f32()
|