Searched defs:pOutput (Results 1 – 6 of 6) sorted by relevance
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_fir_f16.c | 71 float16_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f16_1_4_mve() local 161 float16_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f16_5_8_mve() local 251 float16_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f16() local
|
D | arm_fir_q7.c | 58 #define FIR_Q7_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument 199 q7_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q7() local
|
D | arm_fir_q15.c | 63 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument 208 q15_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q15() local
|
D | arm_fir_q31.c | 217 q31_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q31_1_4_mve() local 459 q31_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q31_29_32_mve() local 659 q31_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q31() local
|
D | arm_fir_f32.c | 175 float32_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f32_1_4_mve() local 374 float32_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f32() local
|
/cmsis-dsp-latest/dsppp/tests/ |
D | filter_test.cpp | 22 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument 167 q15_t *pOutput; /* Temporary pointer to the output buffer */ in debug_arm_fir_q15() local
|