Searched refs:vecCoeffs0 (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_fir_q31.c | 471 q31x4_t vecCoeffs0 = vld1q(pCoeffs + 4 * 0); in arm_fir_q31_29_32_mve() local 504 acc0 = vrmlaldavhq(vecIn0, vecCoeffs0); in arm_fir_q31_29_32_mve() 523 acc1 = vrmlaldavhq(vecIn0, vecCoeffs0); in arm_fir_q31_29_32_mve() 542 acc2 = vrmlaldavhq(vecIn0, vecCoeffs0); in arm_fir_q31_29_32_mve() 560 acc3 = vrmlaldavhq(vecIn0, vecCoeffs0); in arm_fir_q31_29_32_mve() 587 vecCoeffs0 = vld1q(pCoeffs + 4 * MAX_VECT_BATCH); in arm_fir_q31_29_32_mve() 605 acc0 = vrmlaldavhaq(acc0, vecIn0, vecCoeffs0); in arm_fir_q31_29_32_mve() 608 acc1 = vrmlaldavhaq(acc1, vecIn0, vecCoeffs0); in arm_fir_q31_29_32_mve() 611 acc2 = vrmlaldavhaq(acc2, vecIn0, vecCoeffs0); in arm_fir_q31_29_32_mve() 614 acc3 = vrmlaldavhaq(acc3, vecIn0, vecCoeffs0); in arm_fir_q31_29_32_mve()
|