Searched refs:DepthSlope (Results 1 – 1 of 1) sorted by relevance
8644 MS_S16 DepthSlope; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST() local8663 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()