Searched refs:s16Depth (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_3d.c | 6264 MS_S16 s16R = 0, s16G = 0, s16B = 0, s16Depth = 0, s16Depth2 = 0; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() local 6293 s16Depth = 0; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 6310 s16Depth = (s16CrCbDepth*s16Sat_Wei + s16YDepth *(32-s16Sat_Wei)+16)/32; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 6314 s16Depth = MAX( s16R,s16G ) - MIN3( s16R, s16G, s16B ); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 6315 …s16Depth = s16Depth - MINMAX( s16B - MAX( s16R, s16G ), 0, MAXVALUE) + MINMAX(128 - s16B,0,MAXVAL… in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 6316 s16Depth = MAX( s16Depth, MIN3( 180, s16R*3 - s16G*3, s16B*6 - s16G*6 ) ); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 6325 s16Depth2 = (s16BGdepthWei3*s16Depth+(32-s16BGdepthWei3)*16+16)>>5;//method3 in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 6326 …OLOR_ValidWei*s16Depth2+(32-pXCResourcePrivate->stdrvXC_3D._s16TpBGCOLOR_ValidWei)*s16Depth+16)>>5; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 6327 …lorWei*s16Depth2+(32-pXCResourcePrivate->stdrvXC_3D._s16TBA_BGColorWei)*s16Depth+16)>>5;//normal B… in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 6329 …s16Depth = (s16Depth*pXCResourcePrivate->stdrvXC_3D._s16BothTpBGSKY_COLORCnt+s16Depth2*(32-pXCReso… in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() [all …]
|