Searched refs:vecCoef (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
| D | arm_fir_interpolate_q15.c | 81 q15x8_t vecState, vecCoef; in arm_fir_interpolate_q15() local 128 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides3); in arm_fir_interpolate_q15() 129 acc0 = vmlaldavaq(acc0, vecState, vecCoef); in arm_fir_interpolate_q15() 131 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides2); in arm_fir_interpolate_q15() 132 acc1 = vmlaldavaq(acc1, vecState, vecCoef); in arm_fir_interpolate_q15() 134 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides1); in arm_fir_interpolate_q15() 135 acc2 = vmlaldavaq(acc2, vecState, vecCoef); in arm_fir_interpolate_q15() 137 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides0); in arm_fir_interpolate_q15() 138 acc3 = vmlaldavaq(acc3, vecState, vecCoef); in arm_fir_interpolate_q15() 151 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides3, p0); in arm_fir_interpolate_q15() [all …]
|
| D | arm_fir_interpolate_q31.c | 78 q31x4_t vecState, vecCoef; in arm_fir_interpolate_q31() local 125 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides3); in arm_fir_interpolate_q31() 126 acc0 = vrmlaldavhaq(acc0, vecState, vecCoef); in arm_fir_interpolate_q31() 128 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides2); in arm_fir_interpolate_q31() 129 acc1 = vrmlaldavhaq(acc1, vecState, vecCoef); in arm_fir_interpolate_q31() 131 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides1); in arm_fir_interpolate_q31() 132 acc2 = vrmlaldavhaq(acc2, vecState, vecCoef); in arm_fir_interpolate_q31() 134 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides0); in arm_fir_interpolate_q31() 135 acc3 = vrmlaldavhaq(acc3, vecState, vecCoef); in arm_fir_interpolate_q31() 148 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides3, p0); in arm_fir_interpolate_q31() [all …]
|
| D | arm_fir_interpolate_f32.c | 187 f32x4_t vecCoef, vecState; in arm_fir_interpolate2_f32_mve() local 191 vecCoef = vldrwq_gather_shifted_offset_f32(ptr2, vec_strides1); in arm_fir_interpolate2_f32_mve() 192 acc1 = vfmaq_f32(acc1, vecState, vecCoef); in arm_fir_interpolate2_f32_mve() 194 vecCoef = vldrwq_gather_shifted_offset_f32(ptr2, vec_strides0); in arm_fir_interpolate2_f32_mve() 195 acc0 = vfmaq_f32(acc0, vecState, vecCoef); in arm_fir_interpolate2_f32_mve() 209 f32x4_t vecCoef, vecState; in arm_fir_interpolate2_f32_mve() local 213 vecCoef = vldrwq_gather_shifted_offset_z_f32(ptr2, vec_strides1, p0); in arm_fir_interpolate2_f32_mve() 214 acc1 = vfmaq_f32(acc1, vecState, vecCoef); in arm_fir_interpolate2_f32_mve() 215 vecCoef = vldrwq_gather_shifted_offset_z_f32(ptr2, vec_strides0, p0); in arm_fir_interpolate2_f32_mve() 216 acc0 = vfmaq_f32(acc0, vecState, vecCoef); in arm_fir_interpolate2_f32_mve() [all …]
|
| D | arm_biquad_cascade_df1_32x64_q31.c | 299 q31x4_t vecCoef, vecIn; in arm_biquad_cas_df1_32x64_q31() local 320 vecCoef[0] = 0; in arm_biquad_cas_df1_32x64_q31() 321 vecCoef[1] = b2; in arm_biquad_cas_df1_32x64_q31() 322 vecCoef[2] = b1; in arm_biquad_cas_df1_32x64_q31() 323 vecCoef[3] = b0; in arm_biquad_cas_df1_32x64_q31() 357 Yn1 = vmlaldavaq(Yn1, vecIn, vecCoef); in arm_biquad_cas_df1_32x64_q31() 377 Yn1 = vmlaldavaq(Yn1, vecIn0, vecCoef); in arm_biquad_cas_df1_32x64_q31() 390 Yn1 = vmlaldavaq(Yn1, vecIn1, vecCoef); in arm_biquad_cas_df1_32x64_q31() 400 Yn1 = vmlaldavaq(Yn1, vecIn2, vecCoef); in arm_biquad_cas_df1_32x64_q31() 410 Yn1 = vmlaldavaq(Yn1, vecIn, vecCoef); in arm_biquad_cas_df1_32x64_q31() [all …]
|