Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_fir_q7.c87 q7x16_t vecCoeffs[NBVECTAPS]; \
89 for (int i = 0; i < NBVECTAPS; i++) \
110 FIR_Q7_CORE(pOutput, 4, NBVECTAPS, pSamples, vecCoeffs); \
122 FIR_Q7_CORE(pOutput, residual, NBVECTAPS, pSamples, vecCoeffs); \
148 #define NBVECTAPS (NBTAPS / 16) in arm_fir_q7_49_64_mve() macro
150 #undef NBVECTAPS in arm_fir_q7_49_64_mve()
160 #define NBVECTAPS (NBTAPS / 16) in arm_fir_q7_33_48_mve() macro
162 #undef NBVECTAPS in arm_fir_q7_33_48_mve()
171 #define NBVECTAPS (NBTAPS / 16) in arm_fir_q7_17_32_mve() macro
173 #undef NBVECTAPS in arm_fir_q7_17_32_mve()
[all …]
Darm_fir_q15.c92 q15x8_t vecCoeffs[NBVECTAPS]; \
94 for (int i = 0; i < NBVECTAPS; i++) \
115 FIR_Q15_CORE(pOutput, 4, NBVECTAPS, pSamples, vecCoeffs); \
127 FIR_Q15_CORE(pOutput, residual, NBVECTAPS, pSamples, vecCoeffs); \
157 #define NBVECTAPS (NBTAPS / 8) in arm_fir_q15_25_32_mve() macro
159 #undef NBVECTAPS in arm_fir_q15_25_32_mve()
168 #define NBVECTAPS (NBTAPS / 8) in arm_fir_q15_17_24_mve() macro
170 #undef NBVECTAPS in arm_fir_q15_17_24_mve()
180 #define NBVECTAPS (NBTAPS / 8) in arm_fir_q15_9_16_mve() macro
182 #undef NBVECTAPS in arm_fir_q15_9_16_mve()
[all …]
Darm_fir_q31.c123 q31x4_t vecCoeffs[NBVECTAPS]; \
125 for (int i = 0; i < NBVECTAPS; i++) \
146 FIR_Q31_CORE(4, NBVECTAPS, pSamples, vecCoeffs); \
163 FIR_Q31_CORE(3, NBVECTAPS, pSamples, vecCoeffs); \
172 FIR_Q31_CORE(2, NBVECTAPS, pSamples, vecCoeffs); \
181 FIR_Q31_CORE(1, NBVECTAPS, pSamples, vecCoeffs); \
383 #define NBVECTAPS (NBTAPS / 4) in arm_fir_q31_5_8_mve() macro
385 #undef NBVECTAPS in arm_fir_q31_5_8_mve()
395 #define NBVECTAPS (NBTAPS / 4) in arm_fir_q31_9_12_mve() macro
397 #undef NBVECTAPS in arm_fir_q31_9_12_mve()
[all …]
/cmsis-dsp-latest/dsppp/tests/
Dfilter_test.cpp51 q15x8_t vecCoeffs[NBVECTAPS]; \
53 for (int i = 0; i < NBVECTAPS; i++) \
74 FIR_Q15_CORE(pOutput, 4, NBVECTAPS, pSamples, vecCoeffs); \
86 FIR_Q15_CORE(pOutput, residual, NBVECTAPS, pSamples, vecCoeffs); \
116 #define NBVECTAPS (NBTAPS / 8) in arm_fir_q15_25_32_mve() macro
118 #undef NBVECTAPS in arm_fir_q15_25_32_mve()
127 #define NBVECTAPS (NBTAPS / 8) in arm_fir_q15_17_24_mve() macro
129 #undef NBVECTAPS in arm_fir_q15_17_24_mve()
139 #define NBVECTAPS (NBTAPS / 8) in arm_fir_q15_9_16_mve() macro
141 #undef NBVECTAPS in arm_fir_q15_9_16_mve()
[all …]