Home
last modified time | relevance | path

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

/cmsis-3.4.0/CMSIS/DSP/Include/dsp/
Dmatrix_functions.h119 float32_t *pData; /**< points to the data of the matrix. */ member
129 float64_t *pData; /**< points to the data of the matrix. */ member
139 q7_t *pData; /**< points to the data of the matrix. */ member
149 q15_t *pData; /**< points to the data of the matrix. */ member
159 q31_t *pData; /**< points to the data of the matrix. */ member
Dinterpolation_functions.h68 float32_t *pData; /**< points to the data table. */ member
78 q31_t *pData; /**< points to the data table. */ member
88 q15_t *pData; /**< points to the data table. */ member
98 q7_t *pData; /**< points to the data table. */ member
Dmatrix_functions_f16.h51 float16_t *pData; /**< points to the data of the matrix. */ member
Dinterpolation_functions_f16.h58 float16_t *pData; /**< points to the data table. */ member
/cmsis-3.4.0/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_init_f16.c57 float16_t * pData) in arm_mat_init_f16()
Darm_mat_init_f32.c62 float32_t * pData) in arm_mat_init_f32()
Darm_mat_init_q15.c53 q15_t * pData) in arm_mat_init_q15()
Darm_mat_init_q31.c58 q31_t * pData) in arm_mat_init_q31()
/cmsis-3.4.0/CMSIS/DSP/Source/InterpolationFunctions/
Darm_bilinear_interp_f16.c111 float16_t *pData = S->pData; in arm_bilinear_interp_f16() local
Darm_bilinear_interp_f32.c108 float32_t *pData = S->pData; in arm_bilinear_interp_f32() local