Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp6088 const int ITUR_BT_601_CY = 1220542; variable
6150 int y00 = std::max(0, int(y1[i]) - 16) * ITUR_BT_601_CY; in operator ()()
6155 int y01 = std::max(0, int(y1[i + 1]) - 16) * ITUR_BT_601_CY; in operator ()()
6160 int y10 = std::max(0, int(y2[i]) - 16) * ITUR_BT_601_CY; in operator ()()
6165 int y11 = std::max(0, int(y2[i + 1]) - 16) * ITUR_BT_601_CY; in operator ()()
6219 int y00 = std::max(0, int(y1[i]) - 16) * ITUR_BT_601_CY; in operator ()()
6225 int y01 = std::max(0, int(y1[i + 1]) - 16) * ITUR_BT_601_CY; in operator ()()
6231 int y10 = std::max(0, int(y2[i]) - 16) * ITUR_BT_601_CY; in operator ()()
6237 int y11 = std::max(0, int(y2[i + 1]) - 16) * ITUR_BT_601_CY; in operator ()()
6291 int y00 = std::max(0, int(y1[2 * i]) - 16) * ITUR_BT_601_CY; in operator ()()
[all …]