Searched refs:nbVecTaps (Results 1 – 4 of 4) sorted by relevance
| /cmsis-dsp-latest/Source/FilteringFunctions/ |
| D | arm_fir_q31.c | 63 #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++) { \
|
| D | arm_fir_q7.c | 58 #define FIR_Q7_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument 64 for (int i = 0; i < nbVecTaps; i++) { \
|
| D | arm_fir_q15.c | 63 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument 69 for (int i = 0; i < nbVecTaps; i++) { \
|
| /cmsis-dsp-latest/dsppp/tests/ |
| D | filter_test.cpp | 22 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument 28 for (int i = 0; i < nbVecTaps; i++) { \
|