Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFuzzyImageCompare.cpp311 deUint64 distSum4 = 0ull; in fuzzyCompare() local
326 const deUint64 newSum4 = distSum4 + minDist2*minDist2; in fuzzyCompare()
328 distSum4 = (newSum4 >= distSum4) ? newSum4 : ~0ull; // In case of overflow in fuzzyCompare()
351 return float(double(distSum4) / double(colScale4) * pSamples); in fuzzyCompare()