Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c7497 MS_U8 BLKWeight,BLKDepth; in _MDrv_SC_3D_2DTo3D_DepthDetectionTmp() local
7554 BLKDepth = MINMAX((RVal+GVal+BVal)/3,0,255); in _MDrv_SC_3D_2DTo3D_DepthDetectionTmp()
7559 BLKDepth = MINMAX(RVal,0,255); in _MDrv_SC_3D_2DTo3D_DepthDetectionTmp()
7564 BLKDepth = MINMAX(GVal,0,255); in _MDrv_SC_3D_2DTo3D_DepthDetectionTmp()
7569 BLKDepth = MINMAX(BVal,0,255); in _MDrv_SC_3D_2DTo3D_DepthDetectionTmp()
7574 BLKDepth = MINMAX(EDGEVal,0,255); in _MDrv_SC_3D_2DTo3D_DepthDetectionTmp()
7579 BLKDepth = ((x+y)*5); in _MDrv_SC_3D_2DTo3D_DepthDetectionTmp()
7584 BLKDepth = ((x+y)<<2); in _MDrv_SC_3D_2DTo3D_DepthDetectionTmp()
7589 BLKDepth = (pXCResourcePrivate->stdrvXC_3D._bSkyMarker[idx_y][idx_x])?200:0; in _MDrv_SC_3D_2DTo3D_DepthDetectionTmp()
7594 BLKDepth = (pXCResourcePrivate->stdrvXC_3D._bTpBGColorMarker[idx_y][idx_x])?200:0; in _MDrv_SC_3D_2DTo3D_DepthDetectionTmp()
[all …]