Searched refs:maximum_error (Results 1 – 2 of 2) sorted by relevance
725 maximum_error, in GetMeanErrorPerPixel() local737 maximum_error=0.0; in GetMeanErrorPerPixel()799 if (distance > maximum_error) in GetMeanErrorPerPixel()800 maximum_error=distance; in GetMeanErrorPerPixel()811 image->error.normalized_maximum_error=QuantumScale*maximum_error; in GetMeanErrorPerPixel()2013 maximum_error, in SetImageColorMetric() local2032 maximum_error=0.0; in SetImageColorMetric()2076 if (distance > maximum_error) in SetImageColorMetric()2077 maximum_error=distance; in SetImageColorMetric()2090 image->error.normalized_maximum_error=(double) (QuantumScale*maximum_error); in SetImageColorMetric()
2200 maximum_error, in GetImageQuantizeError() local2221 maximum_error=0.0; in GetImageQuantizeError()2248 if (distance > maximum_error) in GetImageQuantizeError()2249 maximum_error=distance; in GetImageQuantizeError()2254 if (distance > maximum_error) in GetImageQuantizeError()2255 maximum_error=distance; in GetImageQuantizeError()2260 if (distance > maximum_error) in GetImageQuantizeError()2261 maximum_error=distance; in GetImageQuantizeError()2269 image->error.normalized_maximum_error=(double) QuantumScale*maximum_error; in GetImageQuantizeError()