Searched refs:bt2020 (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | colorspaces-defs.rst | 64 - See :ref:`col-bt2020`.
|
| D | colorspaces-details.rst | 372 .. _col-bt2020:
|
| /Linux-v5.4/drivers/media/common/v4l2-tpg/ |
| D | v4l2-tpg-core.c | 657 static const int bt2020[3][3] = { in color_to_ycbcr() local 695 rgb2ycbcr(full ? bt2020_full : bt2020, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 771 static const int bt2020[3][3] = { in ycbcr_to_color() local 810 ycbcr2rgb(full ? bt2020_full : bt2020, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color()
|