Searched refs:GetPixelChannel (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | compare.c | 297 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 …]
|
D | statistic.c | 635 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()
|
D | channel.c | 182 GetPixelChannel(source_image,source_channel,p),q); in ChannelImage()
|
D | composite.c | 480 Sc=(MagickRealType) GetPixelChannel(source_image,channel,p); in CompositeOverImage() 1704 Sc=(MagickRealType) GetPixelChannel(source_image,channel,p); in CompositeImage()
|
D | pixel-accessor.h | 111 static inline Quantum GetPixelChannel(const Image *magick_restrict image, in GetPixelChannel() function
|
D | pixel.c | 4715 *pixel=(double) GetPixelChannel(image,channel,p); in InterpolatePixelChannel() 4728 *pixel=(double) GetPixelChannel(image,channel,p); in InterpolatePixelChannel()
|
D | visual-effects.c | 1312 GetPixelChannel(morph_images,channel,q)+beta*p[i]),q); in MorphImages()
|
D | effect.c | 4365 pixel=p[i]-(double) GetPixelChannel(unsharp_image,channel,q); in UnsharpMaskImage()
|