Home
last modified time | relevance | path

Searched defs:pTapDelay (Results 1 – 10 of 10) sorted by relevance

/cmsis-dsp-3.7.0-3.6.0/Source/FilteringFunctions/
Darm_fir_sparse_init_q31.c63 int32_t * pTapDelay, in arm_fir_sparse_init_q31()
Darm_fir_sparse_init_q7.c64 int32_t * pTapDelay, in arm_fir_sparse_init_q7()
Darm_fir_sparse_init_f32.c64 int32_t * pTapDelay, in arm_fir_sparse_init_f32()
Darm_fir_sparse_init_q15.c64 int32_t * pTapDelay, in arm_fir_sparse_init_q15()
Darm_fir_sparse_f32.c125 …int32_t *pTapDelay = S->pTapDelay; /* Pointer to the array containing offset of the no… in arm_fir_sparse_f32() local
Darm_fir_sparse_q31.c69 …int32_t *pTapDelay = S->pTapDelay; /* Pointer to the array containing offset of the no… in arm_fir_sparse_q31() local
Darm_fir_sparse_q15.c72 …int32_t *pTapDelay = S->pTapDelay; /* Pointer to the array containing offset of the no… in arm_fir_sparse_q15() local
Darm_fir_sparse_q7.c72 …int32_t *pTapDelay = S->pTapDelay; /* Pointer to the array containing offset of the no… in arm_fir_sparse_q7() local
/cmsis-dsp-3.7.0-3.6.0/Include/dsp/
Dfiltering_functions.h1998 …int32_t *pTapDelay; /**< points to the array of delay values. The array is of length nu… member
2011 …int32_t *pTapDelay; /**< points to the array of delay values. The array is of length nu… member
2024 …int32_t *pTapDelay; /**< points to the array of delay values. The array is of length nu… member
2037 …int32_t *pTapDelay; /**< points to the array of delay values. The array is of length nu… member
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_filtering.c2863 PyObject *pTapDelay=NULL; in arm_fir_sparse_instance_f32_init() local
2967 PyObject *pTapDelay=NULL; in arm_fir_sparse_instance_q31_init() local
3071 PyObject *pTapDelay=NULL; in arm_fir_sparse_instance_q15_init() local
3175 PyObject *pTapDelay=NULL; in arm_fir_sparse_instance_q7_init() local
6676 PyObject *pTapDelay=NULL; // input in cmsis_arm_fir_sparse_init_f32() local
6708 PyObject *pTapDelay=NULL; // input in cmsis_arm_fir_sparse_init_q31() local
6740 PyObject *pTapDelay=NULL; // input in cmsis_arm_fir_sparse_init_q15() local
6772 PyObject *pTapDelay=NULL; // input in cmsis_arm_fir_sparse_init_q7() local