Home
last modified time | relevance | path

Searched defs:pState (Results 1 – 25 of 88) sorted by relevance

1234

/cmsis-3.4.0/CMSIS/DSP/Include/dsp/
Dfiltering_functions.h59 …q7_t *pState; /**< points to the state variable array. The array is of length numTaps+b… member
69 …q15_t *pState; /**< points to the state variable array. The array is of length numTaps+… member
79 …q31_t *pState; /**< points to the state variable array. The array is of length numTaps+… member
89 …float32_t *pState; /**< points to the state variable array. The array is of length numTaps+bloc… member
250 …q15_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member
261 …q31_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member
272 …float32_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member
770 …q15_t *pState; /**< points to the state variable array. The array is of length numTap… member
781 …q31_t *pState; /**< points to the state variable array. The array is of length numTap… member
792 …float32_t *pState; /**< points to the state variable array. The array is of length numTap… member
[all …]
Dfiltering_functions_f16.h50 …float16_t *pState; /**< points to the state variable array. The array is of length numTaps+bloc… member
89 …float16_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member
137 …float16_t *pState; /**< points to the array of state coefficients. The array is of length… member
147 …float16_t *pState; /**< points to the array of state coefficients. The array is of length… member
/cmsis-3.4.0/CMSIS/DSP/Source/FilteringFunctions/
Darm_biquad_cascade_df1_init_f16.c82 float16_t * pState) in arm_biquad_cascade_df1_init_f16()
142 float16_t * pState) in arm_biquad_cascade_df1_mve_init_f16()
Darm_biquad_cascade_df1_init_f32.c81 float32_t * pState) in arm_biquad_cascade_df1_init_f32()
130 float32_t * pState) in arm_biquad_cascade_df1_mve_init_f32()
Darm_fir_lattice_init_f32.c53 float32_t * pState) in arm_fir_lattice_init_f32()
Darm_fir_lattice_init_q15.c53 q15_t * pState) in arm_fir_lattice_init_q15()
Darm_fir_lattice_init_q31.c53 q31_t * pState) in arm_fir_lattice_init_q31()
Darm_biquad_cascade_stereo_df2T_init_f16.c71 float16_t * pState) in arm_biquad_cascade_stereo_df2T_init_f16()
Darm_biquad_cascade_stereo_df2T_init_f32.c69 float32_t * pState) in arm_biquad_cascade_stereo_df2T_init_f32()
Darm_biquad_cascade_df2T_init_f16.c95 float16_t * pState) in arm_biquad_cascade_df2T_init_f16()
Darm_biquad_cascade_df2T_init_f64.c69 float64_t * pState) in arm_biquad_cascade_df2T_init_f64()
Darm_fir_init_f16.c81 float16_t * pState, in arm_fir_init_f16()
Darm_fir_init_f32.c78 float32_t * pState, in arm_fir_init_f32()
Darm_fir_init_q31.c78 q31_t * pState, in arm_fir_init_q31()
Darm_fir_init_q7.c72 q7_t * pState, in arm_fir_init_q7()
Darm_biquad_cascade_df1_32x64_init_q31.c73 q63_t * pState, in arm_biquad_cas_df1_32x64_init_q31()
Darm_biquad_cascade_df1_init_q15.c75 q15_t * pState, in arm_biquad_cascade_df1_init_q15()
Darm_biquad_cascade_df1_init_q31.c74 q31_t * pState, in arm_biquad_cascade_df1_init_q31()
Darm_biquad_cascade_df1_f32.c175 float32_t *pState = S->pState; /* pState pointer */ in arm_biquad_cascade_df1_f32() local
353 float32_t *pState = S->pState; /* pState pointer */ in arm_biquad_cascade_df1_f32() local
514 float32_t *pState = S->pState; /* pState pointer */ in arm_biquad_cascade_df1_f32() local
Darm_lms_norm_init_f32.c64 float32_t * pState, in arm_lms_norm_init_f32()
Darm_iir_lattice_init_f32.c56 float32_t * pState, in arm_iir_lattice_init_f32()
Darm_iir_lattice_init_q15.c56 q15_t * pState, in arm_iir_lattice_init_q15()
Darm_iir_lattice_init_q31.c56 q31_t * pState, in arm_iir_lattice_init_q31()
Darm_lms_init_f32.c59 float32_t * pState, in arm_lms_init_f32()
Darm_fir_init_q15.c90 q15_t * pState, in arm_fir_init_q15()

1234