Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c6266 MS_S16 s16CrDepth = 0, s16CbDepth = 0, s16Sat = 0, s16YDepth = 0, s16CrCbDepth = 0; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() local
6300 s16CrDepth = MINMAX((s16Cr-20), 0, MAXVALUE) ; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT()
6308 s16CrCbDepth = MINMAX((s16CrDepth + s16CbDepth)/2, 0, MAXVALUE); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT()
6371 s16CrDepth = MINMAX((s16Cr-30), 0, MAXVALUE) ; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT()