Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/lib/colorchecker/
Dautolocktest.cpp29 const float kEqThreshold = 0.05f; variable
72 return (meanRatio > 1 + kEqThreshold); in IsBrighterThan()
95 return ((meanRatio >= 1 - kEqThreshold) && (meanRatio <= 1 + kEqThreshold)); in IsEquivalentTo()
Dmeteringtest.cpp29 const float kEqThreshold = 0.05f; variable
78 return (meanRatio > 1 + kEqThreshold); in isDarkerThan()
101 return ((meanRatio >= 1 - kEqThreshold) && (meanRatio <= 1 + kEqThreshold)); in isEquivalentTo()