Searched refs:vec_stridesM (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_fir_interpolate_f32.c | 273 uint32x4_t vec_stridesM = vld1q_u32(stridesM); in arm_fir_interpolate_f32() local 333 vecCoef = vldrwq_gather_shifted_offset_f32(pCoef, vec_stridesM); in arm_fir_interpolate_f32() 337 vecCoef = vldrwq_gather_shifted_offset_f32(pCoef, vec_stridesM); in arm_fir_interpolate_f32() 341 vecCoef = vldrwq_gather_shifted_offset_f32(pCoef, vec_stridesM); in arm_fir_interpolate_f32() 345 vecCoef = vldrwq_gather_shifted_offset_f32(pCoef, vec_stridesM); in arm_fir_interpolate_f32() 368 vecCoef = vldrwq_gather_shifted_offset_z_f32(pCoef, vec_stridesM, p0); in arm_fir_interpolate_f32() 372 vecCoef = vldrwq_gather_shifted_offset_z_f32(pCoef, vec_stridesM, p0); in arm_fir_interpolate_f32() 376 vecCoef = vldrwq_gather_shifted_offset_z_f32(pCoef, vec_stridesM, p0); in arm_fir_interpolate_f32() 380 vecCoef = vldrwq_gather_shifted_offset_z_f32(pCoef, vec_stridesM, p0); in arm_fir_interpolate_f32()
|