Searched refs:kEqThreshold (Results 1 – 2 of 2) sorted by relevance
29 const float kEqThreshold = 0.05f; variable72 return (meanRatio > 1 + kEqThreshold); in IsBrighterThan()95 return ((meanRatio >= 1 - kEqThreshold) && (meanRatio <= 1 + kEqThreshold)); in IsEquivalentTo()
29 const float kEqThreshold = 0.05f; variable78 return (meanRatio > 1 + kEqThreshold); in isDarkerThan()101 return ((meanRatio >= 1 - kEqThreshold) && (meanRatio <= 1 + kEqThreshold)); in isEquivalentTo()