Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_fir_q7.c58 #define FIR_Q7_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ macro
110 FIR_Q7_CORE(pOutput, 4, NBVECTAPS, pSamples, vecCoeffs); \
122 FIR_Q7_CORE(pOutput, residual, NBVECTAPS, pSamples, vecCoeffs); \