Searched refs:bt601 (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/ |
D | drm_modes.c | 344 bool bt601 = false; in fill_analog_mode() local 358 bt601 = true; in fill_analog_mode() 373 if (!bt601 && in fill_analog_mode() 385 if (!bt601 && in fill_analog_mode() 397 if (!bt601 && in fill_analog_mode() 409 if (!bt601 && in fill_analog_mode() 416 if (bt601) { in fill_analog_mode() 431 if (!bt601 && in fill_analog_mode() 443 if (!bt601 && in fill_analog_mode()
|
/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 663 static const int bt601[3][3] = { in color_to_ycbcr() local 718 rgb2ycbcr(full ? bt601_full : bt601, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 723 rgb2ycbcr(bt601, r, g, b, 16, y, cb, cr); in color_to_ycbcr() 777 static const int bt601[3][3] = { in ycbcr_to_color() local 833 ycbcr2rgb(full ? bt601_full : bt601, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color() 838 ycbcr2rgb(bt601, y, cb, cr, 16, r, g, b); in ycbcr_to_color()
|