Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_rfft_q31.c168 const q31_t *pCoefAb, *pCoefBb; in arm_split_rfft_q31() local
169 pCoefAb = pCoefA; in arm_split_rfft_q31()
179 q31x4_t coefA = vldrwq_gather_shifted_offset_s32(pCoefAb, offsetCoef); in arm_split_rfft_q31()
324 const q31_t *pCoefAb, *pCoefBb; in arm_split_rifft_q31() local
325 pCoefAb = pCoefA; in arm_split_rifft_q31()
335 q31x4_t coefA = vldrwq_gather_shifted_offset_s32(pCoefAb, offsetCoef); in arm_split_rifft_q31()
Darm_rfft_q15.c173 const q15_t *pCoefAb, *pCoefBb; in arm_split_rfft_q15() local
174 pCoefAb = pCoefA; in arm_split_rfft_q15()
184 q15x8_t coefA = vldrhq_gather_shifted_offset_s16(pCoefAb, offsetCoef); in arm_split_rfft_q15()
400 const q15_t *pCoefAb, *pCoefBb; in arm_split_rifft_q15() local
401 pCoefAb = pCoefA; in arm_split_rifft_q15()
412 q15x8_t coefA = vldrhq_gather_shifted_offset_s16(pCoefAb, offsetCoef); in arm_split_rifft_q15()