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