Home
last modified time | relevance | path

Searched refs:CrDepth (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
6529 CrDepth = MINMAX((Cr)*16/15, 0, 255) ; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
6533 CrDepth = MAX(CrDepth-u8tmpval1EF9,0); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
6534 CrDepth = MIN((CrDepth*u8testval4)>>4,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()
6706 CrDepth = MINMAX((Cr)*16/15, 0, 255) ; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
6710 CrDepth = MAX(CrDepth-u8tmpval1EF9,0); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
6711 CrDepth = MIN((CrDepth*u8testval4)>>4,255); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
[all …]