Home
last modified time | relevance | path

Searched refs:FIR_Q15_CORE (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_fir_q15.c63 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ macro
115 FIR_Q15_CORE(pOutput, 4, NBVECTAPS, pSamples, vecCoeffs); \
127 FIR_Q15_CORE(pOutput, residual, NBVECTAPS, pSamples, vecCoeffs); \
/cmsis-dsp-latest/dsppp/tests/
Dfilter_test.cpp22 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ macro
74 FIR_Q15_CORE(pOutput, 4, NBVECTAPS, pSamples, vecCoeffs); \
86 FIR_Q15_CORE(pOutput, residual, NBVECTAPS, pSamples, vecCoeffs); \