Searched refs:s16CrCbDepth (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_3d.c | 6266 MS_S16 s16CrDepth = 0, s16CbDepth = 0, s16Sat = 0, s16YDepth = 0, s16CrCbDepth = 0; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() local 6308 s16CrCbDepth = MINMAX((s16CrDepth + s16CbDepth)/2, 0, MAXVALUE); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 6309 s16CrCbDepth= MINMAX(s16CrCbDepth*s16CrCbDepth/MAXVALUE, 0, MAXVALUE); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 6310 s16Depth = (s16CrCbDepth*s16Sat_Wei + s16YDepth *(32-s16Sat_Wei)+16)/32; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 6374 s16CrCbDepth = MINMAX((s16Cr + s16CbDepth)/2, 0, MAXVALUE); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 6380 s16Depth = (s16CrCbDepth*s16Sat_Wei + s16YDepth *(32-s16Sat_Wei)+16)/32; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT()
|