Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c592 static const int rec709_full[3][3] = { in color_to_ycbcr() local
667 rgb2ycbcr(full ? rec709_full : rec709, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
706 static const int rec709_full[3][3] = { in ycbcr_to_color() local
791 ycbcr2rgb(full ? rec709_full : rec709, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color()