Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c8664 MS_S16 BLKnum_V = NBLK_DD_V; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST() local
8699 depth = (DepthSlope*(y-(BLKnum_V>>1))/(BLKnum_V) )+128; 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()