Searched refs:vec_strides2 (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_fir_interpolate_q15.c | 78 uint16x8_t vec_strides2 = vec_strides0 + 2; in arm_fir_interpolate_q15() local 130 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides2); in arm_fir_interpolate_q15() 153 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides2, p0); in arm_fir_interpolate_q15() 190 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides2); in arm_fir_interpolate_q15() 210 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides2, p0); in arm_fir_interpolate_q15()
|
D | arm_fir_interpolate_q31.c | 75 uint32x4_t vec_strides2 = vec_strides0 + 2; in arm_fir_interpolate_q31() local 127 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides2); in arm_fir_interpolate_q31() 150 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides2, p0); in arm_fir_interpolate_q31() 187 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides2); in arm_fir_interpolate_q31() 207 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides2, p0); in arm_fir_interpolate_q31()
|