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