Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.c503 static const int smpte240m_full[3][3] = { in color_to_ycbcr() local
565 rgb2ycbcr(full ? smpte240m_full : smpte240m, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
618 static const int smpte240m_full[3][3] = { in ycbcr_to_color() local
690 ycbcr2rgb(full ? smpte240m_full : smpte240m, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color()