Searched refs:offsetCoef (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_rfft_q15.c | 181 uint16x8_t offsetCoef; in arm_split_rfft_q15() local 187 offsetCoef = vmulq_n_u16(vld1q_u16(offsetCoefArr), modifier) + vld1q_u16(offsetCoefArr + 8); in arm_split_rfft_q15() 205 q15x8_t coefA = vldrhq_gather_shifted_offset_s16(pCoefAb, offsetCoef); in arm_split_rfft_q15() 206 q15x8_t coefB = vldrhq_gather_shifted_offset_s16(pCoefBb, offsetCoef); in arm_split_rfft_q15() 218 offsetCoef = vaddq_n_u16(offsetCoef, modifier * 8); in arm_split_rfft_q15() 405 uint16x8_t offsetCoef; in arm_split_rifft_q15() local 412 offsetCoef = vmulq_n_u16(vld1q_u16(offsetCoefArr), modifier) + vld1q_u16(offsetCoefArr + 8); in arm_split_rifft_q15() 432 q15x8_t coefA = vldrhq_gather_shifted_offset_s16(pCoefAb, offsetCoef); in arm_split_rifft_q15() 433 q15x8_t coefB = vldrhq_gather_shifted_offset_s16(pCoefBb, offsetCoef); in arm_split_rifft_q15() 442 offsetCoef = vaddq_n_u16(offsetCoef, modifier * 8); in arm_split_rifft_q15()
|
D | arm_rfft_q31.c | 180 uint32x4_t offsetCoef = { 0, 1, modifier * 2, modifier * 2 + 1 }; in arm_split_rfft_q31() local 200 q31x4_t coefA = vldrwq_gather_shifted_offset_s32(pCoefAb, offsetCoef); in arm_split_rfft_q31() 201 q31x4_t coefB = vldrwq_gather_shifted_offset_s32(pCoefBb, offsetCoef); in arm_split_rfft_q31() 211 offsetCoef += modifier * 4; in arm_split_rfft_q31() 336 uint32x4_t offsetCoef = { 0, 1, modifier * 2, modifier * 2 + 1 }; in arm_split_rifft_q31() local 356 q31x4_t coefA = vldrwq_gather_shifted_offset_s32(pCoefAb, offsetCoef); in arm_split_rifft_q31() 357 q31x4_t coefB = vldrwq_gather_shifted_offset_s32(pCoefBb, offsetCoef); in arm_split_rifft_q31() 370 offsetCoef += modifier * 4; in arm_split_rifft_q31()
|