Searched refs:rec709 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | colorspaces-defs.rst | 50 - See :ref:`col-rec709`.
|
H A D | colorspaces-details.rst | 86 .. _col-rec709:
|
/openbmc/linux/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 673 static const int rec709[3][3] = { in color_to_ycbcr() local 728 rgb2ycbcr(rec709, r, g, b, 16, y, cb, cr); in color_to_ycbcr() 753 rgb2ycbcr(full ? rec709_full : rec709, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 787 static const int rec709[3][3] = { in ycbcr_to_color() local 843 ycbcr2rgb(rec709, y, cb, cr, 16, r, g, b); in ycbcr_to_color() 877 ycbcr2rgb(full ? rec709_full : rec709, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color()
|