Searched refs:MIN3 (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_3d.c | 175 #define MED(a,b,c) (a+b+c-MAX3(a,b,c)-MIN3(a,b,c)) 5033 #define MIN3(a,b,c) MIN(a,MIN(b,c)) macro 6250 …s32Index_BL = MIN(MIN3(s32Index_Y_Low, s32Index_Y_Hi, s32Index_Mean), MIN3(s32Index_H_Diff, s32In… 6314 s16Depth = MAX( s16R,s16G ) - MIN3( s16R, s16G, s16B ); 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() 6384 s16Depth = MAX( s16R,s16G ) - MIN3( s16R, s16G, s16B ); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 6386 s16Depth = MAX( s16Depth, MIN3( 180, s16R*3 - s16G*3, s16B*6 - s16G*6 ) ); in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 6392 …s16Sat = (MAX3(s16R,s16G,s16B)==0)?0:((MAX3(s16R,s16G,s16B)-MIN3(s16R,s16G,s16B))*256)/MAX3(s16R,s… in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT() 7774 …s16BlkSat = (MAX3(stPP.R,stPP.G,stPP.B)==0)?0:((MAX3(stPP.R,stPP.G,stPP.B)-MIN3(stPP.R,stPP.G,stPP… in _MDrv_SC_3D_2DTo3D_DepthDetectionPIX() 8052 …BlkSat = (MAX3(pp.R,pp.G,pp.B)<=32)?0:((MAX3(pp.R,pp.G,pp.B)-MIN3(pp.R,pp.G,pp.B))*256)/MAX3(pp.R,… in _MDrv_SC_3D_2DTo3D_DepthDetectionPIX_U9() [all …]
|