Home
last modified time | relevance | path

Searched refs:nbVecTaps (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_fir_q31.c63 #define FIR_Q31_CORE(nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
70 for (int i = 0; i < nbVecTaps; i++) { \
78 #define FIR_Q31_CORE_STR_PARTIAL(nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
84 for (int i = 0; i < nbVecTaps; i++) { \
92 #define FIR_Q31_CORE_LD_PARTIAL(nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
99 for (int i = 0; i < nbVecTaps; i++) { \
Darm_fir_q7.c58 #define FIR_Q7_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
64 for (int i = 0; i < nbVecTaps; i++) { \
Darm_fir_q15.c63 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
69 for (int i = 0; i < nbVecTaps; i++) { \
/cmsis-dsp-latest/dsppp/tests/
Dfilter_test.cpp22 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
28 for (int i = 0; i < nbVecTaps; i++) { \