Home
last modified time | relevance | path

Searched refs:s32V (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
5138 s32V = ( ( 439*stIn.R - 368*stIn.G - 71*stIn.B + 128000)*4+500 ) / 1000; in RGB2YUV()
5142 stOut.B = MINMAX(s32V,0,1023); in RGB2YUV()