Home
last modified time | relevance | path

Searched defs:numTaps (Results 1 – 25 of 47) sorted by relevance

12

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dfiltering_functions.h58 uint16_t numTaps; /**< number of filter coefficients in the filter. */ member
68 uint16_t numTaps; /**< number of filter coefficients in the filter. */ member
78 uint16_t numTaps; /**< number of filter coefficients in the filter. */ member
88 uint16_t numTaps; /**< number of filter coefficients in the filter. */ member
768 uint16_t numTaps; /**< number of coefficients in the filter. */ member
779 uint16_t numTaps; /**< number of coefficients in the filter. */ member
790 uint16_t numTaps; /**< number of coefficients in the filter. */ member
1473 uint16_t numTaps; /**< number of coefficients in the filter. */ member
1521 uint16_t numTaps; /**< number of coefficients in the filter. */ member
1572 uint16_t numTaps; /**< number of coefficients in the filter. */ member
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/
Darm_math.h1199 uint16_t numTaps; /**< number of filter coefficients in the filter. */ member
1209 uint16_t numTaps; /**< number of filter coefficients in the filter. */ member
1219 uint16_t numTaps; /**< number of filter coefficients in the filter. */ member
1229 uint16_t numTaps; /**< number of filter coefficients in the filter. */ member
3414 uint16_t numTaps; /**< number of coefficients in the filter. */ member
3425 uint16_t numTaps; /**< number of coefficients in the filter. */ member
3436 uint16_t numTaps; /**< number of coefficients in the filter. */ member
4119 uint16_t numTaps; /**< number of coefficients in the filter. */ member
4167 uint16_t numTaps; /**< number of coefficients in the filter. */ member
4218 uint16_t numTaps; /**< number of coefficients in the filter. */ member
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_f32.c176 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_f32_1_4_mve() local
258 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_f32_5_8_mve() local
375 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_f32() local
701 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_f32() local
921 … uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_f32() local
Darm_fir_f16.c74 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_f16_1_4_mve() local
164 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_f16_5_8_mve() local
254 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_f16() local
576 … uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_f16() local
Darm_fir_q31.c221 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_q31_1_4_mve() local
463 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_q31_29_32_mve() local
663 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_q31() local
944 … uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_q31() local
Darm_fir_decimate_q15.c74 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_decimate_q15() local
335 uint32_t numTaps = S->numTaps; /* Number of taps */ in arm_fir_decimate_q15() local
580 uint32_t numTaps = S->numTaps; /* Number of taps */ in arm_fir_decimate_q15() local
Darm_fir_decimate_f32.c141 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_decimate_f32() local
390 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_decimate_f32() local
634 … uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_decimate_f32() local
Darm_lms_f32.c179 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_lms_f32() local
353 … uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_lms_f32() local
Darm_fir_decimate_fast_q15.c78 uint32_t numTaps = S->numTaps; /* Number of taps */ in arm_fir_decimate_fast_q15() local
324 uint32_t numTaps = S->numTaps; /* Number of taps */ in arm_fir_decimate_fast_q15() local
Darm_lms_norm_f32.c173 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_lms_norm_f32() local
364 … uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_lms_norm_f32() local
Darm_fir_decimate_q31.c73 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_decimate_q31() local
319 … uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_decimate_q31() local
Darm_fir_q7.c203 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_q7() local
459 … uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_q7() local
Darm_fir_q15.c212 uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_q15() local
471 … uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */ in arm_fir_q15() local
Darm_fir_init_f16.c79 uint16_t numTaps, in arm_fir_init_f16()
Darm_fir_init_f32.c76 uint16_t numTaps, in arm_fir_init_f32()
Darm_fir_init_q31.c76 uint16_t numTaps, in arm_fir_init_q31()
Darm_fir_init_q7.c70 uint16_t numTaps, in arm_fir_init_q7()
Darm_fir_init_q15.c88 uint16_t numTaps, in arm_fir_init_q15()
Darm_lms_init_f32.c57 uint16_t numTaps, in arm_lms_init_f32()
Darm_lms_norm_init_f32.c62 uint16_t numTaps, in arm_lms_norm_init_f32()
Darm_fir_sparse_init_f32.c62 uint16_t numTaps, in arm_fir_sparse_init_f32()
Darm_fir_sparse_init_q15.c62 uint16_t numTaps, in arm_fir_sparse_init_q15()
Darm_fir_sparse_init_q31.c61 uint16_t numTaps, in arm_fir_sparse_init_q31()
Darm_fir_decimate_init_q15.c66 uint16_t numTaps, in arm_fir_decimate_init_q15()
/hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad_cmsis.c773 …arm_fir_instance_f32 *S, uint16_t numTaps, const float32_t *pCoeffs, float32_t *pState, uint32_t b… in arm_fir_init_f32()
800 …arm_fir_instance_q31 *S, uint16_t numTaps, const q31_t *pCoeffs, q31_t *pState, uint32_t blockSize) in arm_fir_init_q31()
827 …arm_fir_instance_q15 *S, uint16_t numTaps, const q15_t *pCoeffs, q15_t *pState, uint32_t blockSize) in arm_fir_init_q15()

12