Searched refs:s32BlendWeight (Results 1 – 1 of 1) sorted by relevance
6876 MS_S32 s32BlendWeight = 0; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK() local6939 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()