Home
last modified time | relevance | path

Searched refs:pCoefAb (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/Source/TransformFunctions/
Darm_rfft_q31.c189 const q31_t *pCoefAb, *pCoefBb; in arm_split_rfft_q31() local
190 pCoefAb = pCoefA; in arm_split_rfft_q31()
200 q31x4_t coefA = vldrwq_gather_shifted_offset_s32(pCoefAb, offsetCoef); in arm_split_rfft_q31()
345 const q31_t *pCoefAb, *pCoefBb; in arm_split_rifft_q31() local
346 pCoefAb = pCoefA; in arm_split_rifft_q31()
356 q31x4_t coefA = vldrwq_gather_shifted_offset_s32(pCoefAb, offsetCoef); in arm_split_rifft_q31()
Darm_rfft_q15.c194 const q15_t *pCoefAb, *pCoefBb; in arm_split_rfft_q15() local
195 pCoefAb = pCoefA; in arm_split_rfft_q15()
205 q15x8_t coefA = vldrhq_gather_shifted_offset_s16(pCoefAb, offsetCoef); in arm_split_rfft_q15()
420 const q15_t *pCoefAb, *pCoefBb; in arm_split_rifft_q15() local
421 pCoefAb = pCoefA; in arm_split_rifft_q15()
432 q15x8_t coefA = vldrhq_gather_shifted_offset_s16(pCoefAb, offsetCoef); in arm_split_rifft_q15()