Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c6883 MS_S32 s32RRatio = 0, s32GRatio = 0, s32BRatio = 0; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK() local
6897 s32BRatio = s32B & 0x7f; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()
6910 s32DepthA = BLEND128( s32G0, s32G1, s32BRatio ); in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()
6924 s32DepthB = BLEND128( s32G0, s32G1, s32BRatio ); in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()