HomeSort by relevance Sort by last modified time
    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 79 milliseconds