Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c8644 MS_S16 DepthSlope; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST() local
8663 DepthSlope = BLKblueSkyRatioDiff*256/32; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()
8699 depth = (DepthSlope*(y-(BLKnum_V>>1))/(BLKnum_V) )+128; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()
8717 DepthSlope = MAX(DepthSlope, 200); in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()
8720 depth = (DepthSlope*(y)/(BLKnum_V) )+128; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()
8722 depth = (DepthSlope*((BLKnum_V>>1)-y)/(BLKnum_V) )+128; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()
8724 depth = (DepthSlope*(y-BLKnum_V)/(BLKnum_V) )+128; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()