Searched refs:maximum_error (Results 1 – 2 of 2) sorted by relevance
724 maximum_error, in GetMeanErrorPerPixel() local736 maximum_error=0.0; in GetMeanErrorPerPixel()798 if (distance > maximum_error) in GetMeanErrorPerPixel()799 maximum_error=distance; in GetMeanErrorPerPixel()811 image->error.normalized_maximum_error=QuantumScale*maximum_error; in GetMeanErrorPerPixel()2023 maximum_error, in SetImageColorMetric() local2042 maximum_error=0.0; in SetImageColorMetric()2086 if (distance > maximum_error) in SetImageColorMetric()2087 maximum_error=distance; in SetImageColorMetric()2100 image->error.normalized_maximum_error=(double) (QuantumScale*maximum_error); in SetImageColorMetric()
2203 maximum_error, in GetImageQuantizeError() local2222 maximum_error=0.0; in GetImageQuantizeError()2249 if (distance > maximum_error) in GetImageQuantizeError()2250 maximum_error=distance; in GetImageQuantizeError()2255 if (distance > maximum_error) in GetImageQuantizeError()2256 maximum_error=distance; in GetImageQuantizeError()2261 if (distance > maximum_error) in GetImageQuantizeError()2262 maximum_error=distance; in GetImageQuantizeError()2270 image->error.normalized_maximum_error=(double) QuantumScale*maximum_error; in GetImageQuantizeError()