Searched refs:channel_distortion (Results 1 – 3 of 3) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | compare.c | 400 channel_distortion[MaxPixelChannels+1]; in GetAbsoluteDistortion() local 419 (void) memset(channel_distortion,0,sizeof(channel_distortion)); in GetAbsoluteDistortion() 463 channel_distortion[i]++; in GetAbsoluteDistortion() 468 channel_distortion[CompositePixelChannel]++; in GetAbsoluteDistortion() 476 distortion[j]+=channel_distortion[j]; in GetAbsoluteDistortion() 519 channel_distortion[MaxPixelChannels+1]; in GetFuzzDistortion() local 537 (void) memset(channel_distortion,0,sizeof(channel_distortion)); in GetFuzzDistortion() 575 channel_distortion[i]+=distance*distance; in GetFuzzDistortion() 576 channel_distortion[CompositePixelChannel]+=distance*distance; in GetFuzzDistortion() 586 distortion[j]+=channel_distortion[j]; in GetFuzzDistortion() [all …]
|
/external/ImageMagick/MagickWand/ |
D | compare.c | 1283 *channel_distortion; in CompareImagesCommand() local 1285 channel_distortion=GetImageDistortions(image,reconstruct_image, in CompareImagesCommand() 1309 channel_distortion[RedPixelChannel],GetMagickPrecision(), in CompareImagesCommand() 1310 channel_distortion[RedPixelChannel]); in CompareImagesCommand() 1313 channel_distortion[GreenPixelChannel],GetMagickPrecision(), in CompareImagesCommand() 1314 channel_distortion[GreenPixelChannel]); in CompareImagesCommand() 1317 channel_distortion[BluePixelChannel],GetMagickPrecision(), in CompareImagesCommand() 1318 channel_distortion[BluePixelChannel]); in CompareImagesCommand() 1322 channel_distortion[AlphaPixelChannel], in CompareImagesCommand() 1324 channel_distortion[AlphaPixelChannel]); in CompareImagesCommand() [all …]
|
D | magick-image.c | 4977 *channel_distortion; in MagickGetImageDistortions() local 4991 channel_distortion=GetImageDistortions(wand->images,reference->images, in MagickGetImageDistortions() 4993 return(channel_distortion); in MagickGetImageDistortions()
|