Searched refs:offsetCoef (Results 1 – 2 of 2) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_rfft_q15.c | 160 uint16x8_t offsetCoef; in arm_split_rfft_q15() local 166 offsetCoef = vmulq_n_u16(vld1q_u16(offsetCoefArr), modifier) + vld1q_u16(offsetCoefArr + 8); in arm_split_rfft_q15() 184 q15x8_t coefA = vldrhq_gather_shifted_offset_s16(pCoefAb, offsetCoef); in arm_split_rfft_q15() 185 q15x8_t coefB = vldrhq_gather_shifted_offset_s16(pCoefBb, offsetCoef); in arm_split_rfft_q15() 197 offsetCoef = vaddq_n_u16(offsetCoef, modifier * 8); in arm_split_rfft_q15() 385 uint16x8_t offsetCoef; in arm_split_rifft_q15() local 392 offsetCoef = vmulq_n_u16(vld1q_u16(offsetCoefArr), modifier) + vld1q_u16(offsetCoefArr + 8); in arm_split_rifft_q15() 412 q15x8_t coefA = vldrhq_gather_shifted_offset_s16(pCoefAb, offsetCoef); in arm_split_rifft_q15() 413 q15x8_t coefB = vldrhq_gather_shifted_offset_s16(pCoefBb, offsetCoef); in arm_split_rifft_q15() 422 offsetCoef = vaddq_n_u16(offsetCoef, modifier * 8); in arm_split_rifft_q15()
|
D | arm_rfft_q31.c | 159 uint32x4_t offsetCoef = { 0, 1, modifier * 2, modifier * 2 + 1 }; in arm_split_rfft_q31() local 179 q31x4_t coefA = vldrwq_gather_shifted_offset_s32(pCoefAb, offsetCoef); in arm_split_rfft_q31() 180 q31x4_t coefB = vldrwq_gather_shifted_offset_s32(pCoefBb, offsetCoef); in arm_split_rfft_q31() 189 offsetCoef += modifier * 4; in arm_split_rfft_q31() 315 uint32x4_t offsetCoef = { 0, 1, modifier * 2, modifier * 2 + 1 }; in arm_split_rifft_q31() local 335 q31x4_t coefA = vldrwq_gather_shifted_offset_s32(pCoefAb, offsetCoef); in arm_split_rifft_q31() 336 q31x4_t coefB = vldrwq_gather_shifted_offset_s32(pCoefBb, offsetCoef); in arm_split_rifft_q31() 349 offsetCoef += modifier * 4; in arm_split_rifft_q31()
|