Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/Squish/
H A Drangefit.cpp115 float dist = FLT_MAX; in Compress3() local
120 if( d < dist ) in Compress3()
122 dist = d; in Compress3()
131 error += dist; in Compress3()
168 float dist = FLT_MAX; in Compress4() local
173 if( d < dist ) in Compress4()
175 dist = d; in Compress4()
184 error += dist; in Compress4()
H A Dalpha.cpp122 int dist = ( int )value - ( int )codes[j]; in FitCodes() local
123 dist *= dist; in FitCodes()
126 if( dist < least ) in FitCodes()
128 least = dist; in FitCodes()