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