OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kEqThreshold
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/lib/colorchecker/
autolocktest.cpp
29
const float
kEqThreshold
= 0.05f;
72
return (meanRatio > 1 +
kEqThreshold
);
95
return ((meanRatio >= 1 -
kEqThreshold
) && (meanRatio <= 1 +
kEqThreshold
));
meteringtest.cpp
29
const float
kEqThreshold
= 0.05f;
78
return (meanRatio > 1 +
kEqThreshold
);
101
return ((meanRatio >= 1 -
kEqThreshold
) && (meanRatio <= 1 +
kEqThreshold
));
Completed in 85 milliseconds