Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c6269 MS_S16 s16DViewDepth = 0; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() local
6333 s16DViewDepth = MINMAX(s16Depth-64,0,MAXVALUE); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT()
6335 …s16Depth = (s16DViewDepth*pXCResourcePrivate->stdrvXC_3D._s16DistantViewRatio3+s16Depth*(32-pXCRes… in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT()
6339 s16DViewDepth = MINMAX(s16Depth-50,0,MAXVALUE);// Ver 3 in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT()
6341 …s16Depth = (s16DViewDepth*pXCResourcePrivate->stdrvXC_3D._s16DistantViewRatio3+s16Depth*(32-pXCRes… in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT()
6422 s16DViewDepth = MINMAX((s16Depth*4/5)+160,0,MAXVALUE); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT()
6423 …s16Depth = (s16DViewDepth*pXCResourcePrivate->stdrvXC_3D._s16DistantViewRatio3+s16Depth*(32-pXCRes… in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT()
6425 s16DViewDepth = MINMAX((s16Depth*4/5)+100,0,MAXVALUE); //ver 2 in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT()
6426 …s16Depth = (s16DViewDepth*pXCResourcePrivate->stdrvXC_3D._s16DistantViewRatio3+s16Depth*(32-pXCRes… in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT()