Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c6876 MS_S32 s32BlendWeight = 0; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK() local
6939 s32BlendWeight = ( (VERTICAL_STEP_OUT-yRatio)*wU + yRatio*wD ) / VERTICAL_STEP_OUT; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()
6941 s32Depth = ( s32DepthA * ( 256 - s32BlendWeight ) + s32DepthB * s32BlendWeight ) >> 8; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()
6943 s32BlendWeight = pXCResourcePrivate->stdrvXC_3D._u8RegionBlkWeightFrame[u16Y][u16X]; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()
6944 s32Depth = ( s32DepthA * ( 256 - s32BlendWeight ) + s32DepthB * s32BlendWeight ) >> 8; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()
6951 s32Depth = s32BlendWeight; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()