Searched refs:CrCbDepth (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_3d.c | 6465 MS_S16 CrDepth,CbDepth,sat,yDepth,CrCbDepth; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() local 6583 CrCbDepth = MINMAX((CrDepth + CbDepth)/2 - blueback_item, 0, 255); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6585 CrCbDepth = (CrDepth + CbDepth)/2; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6587 CrCbDepth = MINMAX((CrDepth + CbDepth)/2- blueback_item, 0, 255); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6594 depth = CrCbDepth; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6598 depth = (CrCbDepth*sat_wei + yDepth *(32-sat_wei)+16)/32; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6605 depth = CrCbDepth; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6609 depth = (CrCbDepth*sat_wei + yDepth *(32-sat_wei)+16)/32; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6731 CrCbDepth = MINMAX((CrDepth + CbDepth)/2 - blueback_item, 0, 255); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6733 CrCbDepth = (CrDepth + CbDepth)/2; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() [all …]
|