Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_fir_q7.c58 #define FIR_Q7_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
60 const q7_t *pSmp = &pSample[j]; \
Darm_fir_q15.c63 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
65 const q15_t *pSmp = &pSample[j]; \
Darm_fir_q31.c63 #define FIR_Q31_CORE(nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
78 #define FIR_Q31_CORE_STR_PARTIAL(nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
92 #define FIR_Q31_CORE_LD_PARTIAL(nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
/cmsis-dsp-latest/dsppp/tests/
Dfilter_test.cpp22 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
24 const q15_t *pSmp = &pSample[j]; \