Home
last modified time | relevance | path

Searched refs:channel_distortion (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
Dcompare.c382 channel_distortion[MaxPixelChannels+1]; in GetAbsoluteDistortion() local
401 (void) ResetMagickMemory(channel_distortion,0,sizeof(channel_distortion)); in GetAbsoluteDistortion()
439 channel_distortion[i]++; in GetAbsoluteDistortion()
444 channel_distortion[CompositePixelChannel]++; in GetAbsoluteDistortion()
452 distortion[j]+=channel_distortion[j]; in GetAbsoluteDistortion()
491 channel_distortion[MaxPixelChannels+1]; in GetFuzzDistortion() local
509 (void) ResetMagickMemory(channel_distortion,0,sizeof(channel_distortion)); in GetFuzzDistortion()
542 channel_distortion[i]+=distance*distance; in GetFuzzDistortion()
543 channel_distortion[CompositePixelChannel]+=distance*distance; in GetFuzzDistortion()
552 distortion[j]+=channel_distortion[j]; in GetFuzzDistortion()
[all …]
/external/ImageMagick/MagickWand/
Dcompare.c1067 *channel_distortion; in CompareImagesCommand() local
1069 channel_distortion=GetImageDistortions(image,reconstruct_image, in CompareImagesCommand()
1092 QuantumRange*channel_distortion[RedPixelChannel], in CompareImagesCommand()
1093 channel_distortion[RedPixelChannel]); in CompareImagesCommand()
1095 QuantumRange*channel_distortion[GreenPixelChannel], in CompareImagesCommand()
1096 channel_distortion[GreenPixelChannel]); in CompareImagesCommand()
1098 QuantumRange*channel_distortion[BluePixelChannel], in CompareImagesCommand()
1099 channel_distortion[BluePixelChannel]); in CompareImagesCommand()
1102 QuantumRange*channel_distortion[AlphaPixelChannel], in CompareImagesCommand()
1103 channel_distortion[AlphaPixelChannel]); in CompareImagesCommand()
[all …]
Dmagick-image.c4668 *channel_distortion; in MagickGetImageDistortions() local
4682 channel_distortion=GetImageDistortions(wand->images,reference->images, in MagickGetImageDistortions()
4684 return(channel_distortion); in MagickGetImageDistortions()