Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c5129 MS_S32 s32Y = 0, s32U = 0, s32V = 0; in RGB2YUV() local
5136 s32Y = ( ( 257*stIn.R + 504*stIn.G + 98*stIn.B + 16000)*4+500 ) / 1000; in RGB2YUV()
5141 stOut.G = MINMAX(s32Y,0,1023); in RGB2YUV()