Searched refs:vecCoef (Results 1 – 4 of 4) sorted by relevance
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_fir_interpolate_q15.c | 80 q15x8_t vecState, vecCoef; in arm_fir_interpolate_q15() local 127 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides3); in arm_fir_interpolate_q15() 128 acc0 = vmlaldavaq(acc0, vecState, vecCoef); in arm_fir_interpolate_q15() 130 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides2); in arm_fir_interpolate_q15() 131 acc1 = vmlaldavaq(acc1, vecState, vecCoef); in arm_fir_interpolate_q15() 133 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides1); in arm_fir_interpolate_q15() 134 acc2 = vmlaldavaq(acc2, vecState, vecCoef); in arm_fir_interpolate_q15() 136 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides0); in arm_fir_interpolate_q15() 137 acc3 = vmlaldavaq(acc3, vecState, vecCoef); in arm_fir_interpolate_q15() 150 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides3, p0); in arm_fir_interpolate_q15() [all …]
|
D | arm_fir_interpolate_q31.c | 77 q31x4_t vecState, vecCoef; in arm_fir_interpolate_q31() local 124 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides3); in arm_fir_interpolate_q31() 125 acc0 = vrmlaldavhaq(acc0, vecState, vecCoef); in arm_fir_interpolate_q31() 127 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides2); in arm_fir_interpolate_q31() 128 acc1 = vrmlaldavhaq(acc1, vecState, vecCoef); in arm_fir_interpolate_q31() 130 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides1); in arm_fir_interpolate_q31() 131 acc2 = vrmlaldavhaq(acc2, vecState, vecCoef); in arm_fir_interpolate_q31() 133 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides0); in arm_fir_interpolate_q31() 134 acc3 = vrmlaldavhaq(acc3, vecState, vecCoef); in arm_fir_interpolate_q31() 147 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides3, p0); in arm_fir_interpolate_q31() [all …]
|
D | arm_fir_interpolate_f32.c | 186 f32x4_t vecCoef, vecState; in arm_fir_interpolate2_f32_mve() local 190 vecCoef = vldrwq_gather_shifted_offset_f32(ptr2, vec_strides1); in arm_fir_interpolate2_f32_mve() 191 acc1 = vfmaq_f32(acc1, vecState, vecCoef); in arm_fir_interpolate2_f32_mve() 193 vecCoef = vldrwq_gather_shifted_offset_f32(ptr2, vec_strides0); in arm_fir_interpolate2_f32_mve() 194 acc0 = vfmaq_f32(acc0, vecState, vecCoef); in arm_fir_interpolate2_f32_mve() 208 f32x4_t vecCoef, vecState; in arm_fir_interpolate2_f32_mve() local 212 vecCoef = vldrwq_gather_shifted_offset_z_f32(ptr2, vec_strides1, p0); in arm_fir_interpolate2_f32_mve() 213 acc1 = vfmaq_f32(acc1, vecState, vecCoef); in arm_fir_interpolate2_f32_mve() 214 vecCoef = vldrwq_gather_shifted_offset_z_f32(ptr2, vec_strides0, p0); in arm_fir_interpolate2_f32_mve() 215 acc0 = vfmaq_f32(acc0, vecState, vecCoef); in arm_fir_interpolate2_f32_mve() [all …]
|
D | arm_biquad_cascade_df1_32x64_q31.c | 298 q31x4_t vecCoef = { 0 }, vecIn; in arm_biquad_cas_df1_32x64_q31() local 319 vecCoef[0] = 0; in arm_biquad_cas_df1_32x64_q31() 320 vecCoef[1] = b2; in arm_biquad_cas_df1_32x64_q31() 321 vecCoef[2] = b1; in arm_biquad_cas_df1_32x64_q31() 322 vecCoef[3] = b0; in arm_biquad_cas_df1_32x64_q31() 356 Yn1 = vmlaldavaq(Yn1, vecIn, vecCoef); in arm_biquad_cas_df1_32x64_q31() 376 Yn1 = vmlaldavaq(Yn1, vecIn0, vecCoef); in arm_biquad_cas_df1_32x64_q31() 389 Yn1 = vmlaldavaq(Yn1, vecIn1, vecCoef); in arm_biquad_cas_df1_32x64_q31() 399 Yn1 = vmlaldavaq(Yn1, vecIn2, vecCoef); in arm_biquad_cas_df1_32x64_q31() 409 Yn1 = vmlaldavaq(Yn1, vecIn, vecCoef); in arm_biquad_cas_df1_32x64_q31() [all …]
|