Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c6465 MS_S16 CrDepth,CbDepth,sat,yDepth,CrCbDepth; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() local
6530 CbDepth = MINMAX((256- Cb)*16/15, 0, 255) ; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
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()
6707 CbDepth = MINMAX((256- Cb)*16/15, 0, 255) ; 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()