Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c5467 MS_S32 s32Depth = 0; in _MDrv_SC_3D_2DTo3D_HW_Info_Write() local
5532s32Depth = (u8BLKDepth_Mod - pXCResourcePrivate->stdrvXC_3D._s32Mean_Depth_IIR)*pXCResourcePrivate… in _MDrv_SC_3D_2DTo3D_HW_Info_Write()
5536s32Depth = (u8BLKDepth_Mod - pXCResourcePrivate->stdrvXC_3D._s32Mean_Depth_IIR)*pXCResourcePrivate… in _MDrv_SC_3D_2DTo3D_HW_Info_Write()
5538s32Depth = MINMAX(s32Depth,160-pXCResourcePrivate->stdrvXC_3D._s8Clamp_Value-pXCResourcePrivate->s… in _MDrv_SC_3D_2DTo3D_HW_Info_Write()
5540 s32Depth = MINMAX(s32Depth,0,MAXVALUE); in _MDrv_SC_3D_2DTo3D_HW_Info_Write()
5541 s16BLKDepth = s32Depth; in _MDrv_SC_3D_2DTo3D_HW_Info_Write()
6877 MS_S32 s32Depth = 0; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK() local
6941 s32Depth = ( s32DepthA * ( 256 - s32BlendWeight ) + s32DepthB * s32BlendWeight ) >> 8; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()
6944 s32Depth = ( s32DepthA * ( 256 - s32BlendWeight ) + s32DepthB * s32BlendWeight ) >> 8; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()
6947 s32Depth = s32DepthA; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()
[all …]