Searched refs:rec709_full (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 646 static const int rec709_full[3][3] = { in color_to_ycbcr() local 721 rgb2ycbcr(full ? rec709_full : rec709, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 760 static const int rec709_full[3][3] = { in ycbcr_to_color() local 845 ycbcr2rgb(full ? rec709_full : rec709, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color()
|