Home
last modified time | relevance | path

Searched refs:GetPixelChannel (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
Dcompare.c297 pixel=(double) p[i]-GetPixelChannel(reconstruct_image,channel,q); in CompareImages()
299 pixel=Sa*p[i]-Da*GetPixelChannel(reconstruct_image,channel,q); in CompareImages()
457 pixel=(double) p[i]-GetPixelChannel(reconstruct_image,channel,q); in GetAbsoluteDistortion()
459 pixel=Sa*p[i]-Da*GetPixelChannel(reconstruct_image,channel,q); in GetAbsoluteDistortion()
570 distance=QuantumScale*(p[i]-GetPixelChannel(reconstruct_image, in GetFuzzDistortion()
573 distance=QuantumScale*(Sa*p[i]-Da*GetPixelChannel(reconstruct_image, in GetFuzzDistortion()
686 GetPixelChannel(reconstruct_image,channel,q))); in GetMeanAbsoluteDistortion()
689 GetPixelChannel(reconstruct_image,channel,q))); in GetMeanAbsoluteDistortion()
791 GetPixelChannel(reconstruct_image,channel,q))); in GetMeanErrorPerPixel()
794 GetPixelChannel(reconstruct_image,channel,q))); in GetMeanErrorPerPixel()
[all …]
Dstatistic.c635 random_info[id],GetPixelChannel(next,channel,p[j]),op, in EvaluateImages()
752 random_info[id],GetPixelChannel(next,channel,p[j]),j == 0 ? in EvaluateImages()
2515 pow(QuantumScale*GetPixelChannel(image,channel,p),degree); in PolynomialImage()
Dchannel.c182 GetPixelChannel(source_image,source_channel,p),q); in ChannelImage()
Dcomposite.c480 Sc=(MagickRealType) GetPixelChannel(source_image,channel,p); in CompositeOverImage()
1704 Sc=(MagickRealType) GetPixelChannel(source_image,channel,p); in CompositeImage()
Dpixel-accessor.h111 static inline Quantum GetPixelChannel(const Image *magick_restrict image, in GetPixelChannel() function
Dpixel.c4715 *pixel=(double) GetPixelChannel(image,channel,p); in InterpolatePixelChannel()
4728 *pixel=(double) GetPixelChannel(image,channel,p); in InterpolatePixelChannel()
Dvisual-effects.c1312 GetPixelChannel(morph_images,channel,q)+beta*p[i]),q); in MorphImages()
Deffect.c4365 pixel=p[i]-(double) GetPixelChannel(unsharp_image,channel,q); in UnsharpMaskImage()