Searched refs:vec_strides1 (Results 1 – 3 of 3) sorted by relevance
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_fir_interpolate_q15.c | 77 uint16x8_t vec_strides1 = vec_strides0 + 1; in arm_fir_interpolate_q15() local 133 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides1); in arm_fir_interpolate_q15() 156 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides1, p0); in arm_fir_interpolate_q15() 193 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides1); in arm_fir_interpolate_q15() 213 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides1, p0); in arm_fir_interpolate_q15() 244 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides1); in arm_fir_interpolate_q15() 261 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides1, p0); in arm_fir_interpolate_q15()
|
D | arm_fir_interpolate_q31.c | 74 uint32x4_t vec_strides1 = vec_strides0 + 1; in arm_fir_interpolate_q31() local 130 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides1); in arm_fir_interpolate_q31() 153 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides1, p0); in arm_fir_interpolate_q31() 190 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides1); in arm_fir_interpolate_q31() 210 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides1, p0); in arm_fir_interpolate_q31() 241 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides1); in arm_fir_interpolate_q31() 258 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides1, p0); in arm_fir_interpolate_q31()
|
D | arm_fir_interpolate_f32.c | 150 uint32x4_t vec_strides1 = vec_strides0 + 1; in arm_fir_interpolate2_f32_mve() local 190 vecCoef = vldrwq_gather_shifted_offset_f32(ptr2, vec_strides1); in arm_fir_interpolate2_f32_mve() 212 vecCoef = vldrwq_gather_shifted_offset_z_f32(ptr2, vec_strides1, p0); in arm_fir_interpolate2_f32_mve()
|