Searched refs:smpte240m (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 679 static const int smpte240m[3][3] = { in color_to_ycbcr() local 745 rgb2ycbcr(full ? smpte240m_full : smpte240m, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 793 static const int smpte240m[3][3] = { in ycbcr_to_color() local 869 ycbcr2rgb(full ? smpte240m_full : smpte240m, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color()
|
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 683 static const int smpte240m[3][3] = { in color_to_ycbcr() local 749 rgb2ycbcr(full ? smpte240m_full : smpte240m, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 797 static const int smpte240m[3][3] = { in ycbcr_to_color() local 873 ycbcr2rgb(full ? smpte240m_full : smpte240m, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color()
|
Completed in 11 milliseconds