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