Home
last modified time | relevance | path

Searched refs:bt2020_full (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c698 static const int bt2020_full[3][3] = { in color_to_ycbcr() local
731 rgb2ycbcr(full ? bt2020_full : bt2020, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
812 static const int bt2020_full[3][3] = { in ycbcr_to_color() local
846 ycbcr2rgb(full ? bt2020_full : bt2020, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color()