Home
last modified time | relevance | path

Searched defs:pData (Results 1 – 13 of 13) sorted by relevance

/cmsis-dsp-latest/Include/dsp/
Dmatrix_functions.h122 float32_t *pData; /**< points to the data of the matrix. */ member
132 float64_t *pData; /**< points to the data of the matrix. */ member
142 q7_t *pData; /**< points to the data of the matrix. */ member
152 q15_t *pData; /**< points to the data of the matrix. */ member
162 q31_t *pData; /**< points to the data of the matrix. */ member
Dinterpolation_functions.h68 const float32_t *pData; /**< points to the data table. */ member
78 const q31_t *pData; /**< points to the data table. */ member
88 const q15_t *pData; /**< points to the data table. */ member
98 const q7_t *pData; /**< points to the data table. */ member
Dmatrix_functions_f16.h53 float16_t *pData; /**< points to the data of the matrix. */ member
Dinterpolation_functions_f16.h61 const float16_t *pData; /**< points to the data table. */ member
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_init_f16.c56 float16_t * pData) in arm_mat_init_f16()
Darm_mat_init_f32.c61 float32_t * pData) in arm_mat_init_f32()
Darm_mat_init_f64.c61 float64_t * pData) in arm_mat_init_f64()
Darm_mat_init_q15.c52 q15_t * pData) in arm_mat_init_q15()
Darm_mat_init_q31.c54 q31_t * pData) in arm_mat_init_q31()
/cmsis-dsp-latest/Source/InterpolationFunctions/
Darm_bilinear_interp_f16.c60 const float16_t *pData = S->pData; in arm_bilinear_interp_f16() local
Darm_bilinear_interp_f32.c108 const float32_t *pData = S->pData; in arm_bilinear_interp_f32() local
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_interpolation.c178 PyObject *pData=NULL; in arm_bilinear_interp_instance_f32_init() local
263 PyObject *pData=NULL; in arm_bilinear_interp_instance_q31_init() local
348 PyObject *pData=NULL; in arm_bilinear_interp_instance_q15_init() local
433 PyObject *pData=NULL; in arm_bilinear_interp_instance_q7_init() local
Dcmsisdsp_matrix.c114 PyObject *pData=NULL; in arm_matrix_instance_f32_init() local
199 PyObject *pData=NULL; in arm_matrix_instance_f64_init() local
284 PyObject *pData=NULL; in arm_matrix_instance_q15_init() local
369 PyObject *pData=NULL; in arm_matrix_instance_q31_init() local