Home
last modified time | relevance | path

Searched refs:pState (Results 1 – 3 of 3) sorted by relevance

/device/soc/winnermicro/wm800/board/include/arch/xt804/csi_dsp/
Dcsky_math.h610 …q7_t *pState; /**< points to the state variable array. The array is of length numTaps+b… member
619 …q15_t *pState; /**< points to the state variable array. The array is of length numTaps+… member
628 …q31_t *pState; /**< points to the state variable array. The array is of length numTaps+… member
637 …float32_t *pState; /**< points to the state variable array. The array is of length numTaps+bloc… member
651 q7_t *pState,
670 q15_t *pState,
689 q31_t *pState,
702 float32_t *pState,
710 …q15_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member
720 …q31_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member
[all …]
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/arch/cmsis/
Darm_math.h1752 …q7_t *pState; /**< points to the state variable array. The array is of length numTaps+b… member
1762 …q15_t *pState; /**< points to the state variable array. The array is of length numTaps+… member
1772 …q31_t *pState; /**< points to the state variable array. The array is of length numTaps+… member
1782 …float32_t *pState; /**< points to the state variable array. The array is of length numTaps+bloc… member
1811 q7_t * pState,
1855 q15_t * pState,
1896 q31_t * pState,
1924 float32_t * pState,
1933 …q15_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member
1944 …q31_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member
[all …]
/device/soc/rockchip/rk3568/hardware/omx_il/component/common/
DRockchip_OMX_Basecomponent.c130 OMX_OUT OMX_STATETYPE *pState) in Rockchip_OMX_GetState() argument
138 if (hComponent == NULL || pState == NULL) { in Rockchip_OMX_GetState()
154 *pState = pRockchipComponent->currentState; in Rockchip_OMX_GetState()