Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c632 static const int bt601_full[3][3] = { in color_to_ycbcr() local
682 rgb2ycbcr(full ? bt601_full : bt601, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
746 static const int bt601_full[3][3] = { in ycbcr_to_color() local
797 ycbcr2rgb(full ? bt601_full : bt601, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color()