Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c6875 MS_S32 s32DepthB = 0; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK() local
6924 s32DepthB = BLEND128( s32G0, s32G1, s32BRatio ); in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()
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()
6949 s32Depth = s32DepthB; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()