Home
last modified time | relevance | path

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

/external/ImageMagick/PerlMagick/t/
Dsubroutines.pl41 $normalized_maximum_error,
129 $normalized_maximum_error=0;
130 $normalized_maximum_error=$background->GetAttribute('maximum-error');
131 if ( ! defined($normalized_maximum_error) )
137 ($normalized_maximum_error > $normalized_maximum_error_max) )
139 print(" mean-error=$normalized_mean_error, maximum-error=$normalized_maximum_error\n");
291 my($srcimage, $refimage, $normalized_mean_error, $normalized_maximum_error);
374 $normalized_maximum_error=0;
375 $normalized_maximum_error=$srcimage->GetAttribute('maximum-error');
376 if ( ! defined($normalized_maximum_error) )
[all …]
/external/ImageMagick/MagickCore/
Dcolor.h65 normalized_maximum_error; member
Didentify.c665 image->error.normalized_maximum_error); in IdentifyImage()
1130 if (image->error.normalized_maximum_error != 0.0) in IdentifyImage()
1132 image->error.normalized_maximum_error); in IdentifyImage()
Dcompare.c811 image->error.normalized_maximum_error=QuantumScale*maximum_error; in GetMeanErrorPerPixel()
2090 image->error.normalized_maximum_error=(double) (QuantumScale*maximum_error); in SetImageColorMetric()
Dquantize.c2269 image->error.normalized_maximum_error=(double) QuantumScale*maximum_error; in GetImageQuantizeError()
/external/ImageMagick/MagickWand/
Dcompare.c1268 image->error.normalized_maximum_error); in CompareImagesCommand()
1416 image->error.normalized_maximum_error); in CompareImagesCommand()
/external/ImageMagick/coders/
Djson.c1393 if (image->error.normalized_maximum_error != 0.0) in EncodeImageAttributes()
1395 image->error.normalized_maximum_error); in EncodeImageAttributes()
Dmpc.c545 image->error.normalized_maximum_error=StringToDouble( in ReadMPCImage()
/external/ImageMagick/Magick++/lib/
DImage.cpp1214 return(constImage()->error.normalized_maximum_error); in normalizedMaxError()
/external/ImageMagick/PerlMagick/
DMagick.xs5371 s=newSVnv(image->error.normalized_maximum_error); in Get()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in5370 s=newSVnv(image->error.normalized_maximum_error);