Home
last modified time | relevance | path

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

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