Searched refs:rec709 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 587 static const int rec709[3][3] = { in color_to_ycbcr() local 642 rgb2ycbcr(rec709, r, g, b, 16, y, cb, cr); in color_to_ycbcr() 667 rgb2ycbcr(full ? rec709_full : rec709, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 701 static const int rec709[3][3] = { in ycbcr_to_color() local 757 ycbcr2rgb(rec709, y, cb, cr, 16, r, g, b); in ycbcr_to_color() 791 ycbcr2rgb(full ? rec709_full : rec709, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | colorspaces-defs.rst | 51 - See :ref:`col-rec709`.
|
D | colorspaces-details.rst | 90 .. _col-rec709:
|