Home
last modified time | relevance | path

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

/external/libkmsxx/kms++util/src/
Dcolor.cpp119 const int YUVcoef[static_cast<unsigned>(YUVType::MAX)][3][3] = { variable
153 return CLAMP(((YUVcoef[tidx][0][0] * r + YUVcoef[tidx][0][1] * g + in MAKE_YUV_Y()
154 YUVcoef[tidx][0][2] * b + CF_ONE / 2) / in MAKE_YUV_Y()
163 return CLAMP(((YUVcoef[tidx][1][0] * r + YUVcoef[tidx][1][1] * g + in MAKE_YUV_U()
164 YUVcoef[tidx][1][2] * b + CF_ONE / 2) / in MAKE_YUV_U()
173 return CLAMP(((YUVcoef[tidx][2][0] * r + YUVcoef[tidx][2][1] * g + in MAKE_YUV_V()
174 YUVcoef[tidx][2][2] * b + CF_ONE / 2) / in MAKE_YUV_V()