Searched refs:RGB2YUV (Results 1 – 3 of 3) sorted by relevance
929 static u32 RGB2YUV(u16 R, u16 G, u16 B) in RGB2YUV() function952 yuv = blend ? RGB2YUV(r,g,b) : 0; in OSDSetColor()977 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, in OSDSetPalette()
41137 + /* RGB2YUV */41138 + csc = RGB2YUV;42034 + RGB2YUV,
4977 + /* On GXBB, Use the old non-HDR RGB2YUV converter */