Home
last modified time | relevance | path

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

/openbmc/linux/include/media/tpg/
H A Dv4l2-tpg.h57 extern const unsigned short tpg_rec709_to_linear[255 * 16 + 1];
/openbmc/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-colors.c68 const unsigned short tpg_rec709_to_linear[255 * 16 + 1] = { variable
H A Dv4l2-tpg-core.c576 return tpg_rec709_to_linear[v]; in rec709_to_linear()