Home
last modified time | relevance | path

Searched refs:BluePixelChannel (Results 1 – 25 of 28) sorted by relevance

12

/external/ImageMagick/MagickCore/
Dpixel-accessor.h90 return(pixel[image->channel_map[BluePixelChannel].offset]); in GetPixelBlue()
95 return(image->channel_map[BluePixelChannel].traits); in GetPixelBlueTraits()
206 case BluePixelChannel: return(pixel_info->blue); in GetPixelInfoChannel()
285 0.072186f*pixel[image->channel_map[BluePixelChannel].offset]); in GetPixelLuma()
300 0.072186f*pixel[image->channel_map[BluePixelChannel].offset]); in GetPixelLuminance()
308 pixel[image->channel_map[BluePixelChannel].offset])); in GetPixelLuminance()
388 pixel[image->channel_map[BluePixelChannel].offset]; in GetPixelInfoPixel()
488 value=(MagickRealType) p[image->channel_map[BluePixelChannel].offset]; in IsPixelEquivalent()
511 pixel[image->channel_map[BluePixelChannel].offset]; in IsPixelGray()
565 pixel[image->channel_map[BluePixelChannel].offset]; in IsPixelMonochrome()
[all …]
Dfourier.c590 case BluePixelChannel: in ForwardFourier()
642 case BluePixelChannel: in ForwardFourier()
744 case BluePixelChannel: in ForwardFourierTransform()
987 BluePixelChannel,modulus,fourier_image,exception); in ForwardFourierTransformImage()
1170 case BluePixelChannel: in InverseFourier()
1218 case BluePixelChannel: in InverseFourier()
1386 case BluePixelChannel: in InverseFourierTransform()
1549 phase_image,BluePixelChannel,modulus,fourier_image,exception); in InverseFourierTransformImage()
Dfeature.c1101 channel_features[BluePixelChannel].angular_second_moment[i]+= in GetImageFeatures()
1140 channel_features[BluePixelChannel].inverse_difference_moment[i]+= in GetImageFeatures()
1172 channel_features[BluePixelChannel].entropy[i]-= in GetImageFeatures()
1237 channel_features[BluePixelChannel].correlation[i]= in GetImageFeatures()
1279 channel_features[BluePixelChannel].sum_average[i]+= in GetImageFeatures()
1296 channel_features[BluePixelChannel].sum_entropy[i]-= in GetImageFeatures()
1318 channel_features[BluePixelChannel].sum_variance[i]+= in GetImageFeatures()
1319 (x-channel_features[BluePixelChannel].sum_entropy[i])* in GetImageFeatures()
1320 (x-channel_features[BluePixelChannel].sum_entropy[i])* in GetImageFeatures()
1438 channel_features[BluePixelChannel].variance_sum_of_squares[i]= in GetImageFeatures()
[all …]
Didentify.c532 (void) PrintChannelLocations(file,image,BluePixelChannel,"Blue", in IdentifyImage()
739 channel_statistics[BluePixelChannel].depth); in IdentifyImage()
783 (void) PrintChannelStatistics(file,BluePixelChannel,"Blue",1.0/ in IdentifyImage()
831 (void) PrintChannelMoments(file,BluePixelChannel,"Blue",scale, in IdentifyImage()
873 (void) PrintChannelPerceptualHash(file,BluePixelChannel,"Blue, Luma", in IdentifyImage()
894 (void) PrintChannelFeatures(file,BluePixelChannel,"Blue", in IdentifyImage()
1012 ConcatenateColorComponent(&pixel,BluePixelChannel,X11Compliance, in IdentifyImage()
Dcache-view.c728 pixel[BluePixelChannel]=ClampToQuantum(background_color.blue); in GetOneCacheViewAuthenticPixel()
801 pixel[BluePixelChannel]=ClampToQuantum(background_color.blue); in GetOneCacheViewVirtualPixel()
932 pixel[BluePixelChannel]=ClampToQuantum(background_color.blue); in GetOneCacheViewVirtualMethodPixel()
Dpixel.h80 BluePixelChannel = 2, enumerator
Dcomposite-private.h96 case BluePixelChannel: in CompositePixelOver()
Dcomposite.c1769 case BluePixelChannel: pixel=blue; break;
1789 if (channel == BluePixelChannel)
1941 case BluePixelChannel: pixel=blue; break;
2021 case BluePixelChannel: pixel=blue; break;
2092 case BluePixelChannel: pixel=blue; break;
2212 case BluePixelChannel: pixel=blue; break;
Dcolor.c1147 case BluePixelChannel: in ConcatenateColorComponent()
1511 case BluePixelChannel: in ConcatentateHexColorComponent()
1575 ConcatentateHexColorComponent(pixel,BluePixelChannel,tuple); in GetColorTuple()
1601 ConcatenateColorComponent(&color,BluePixelChannel,SVGCompliance,tuple); in GetColorTuple()
Dchannel.c355 case BluePixelChannel: in ChannelFxImage()
905 case BluePixelChannel: in FlattenPixelInfo()
Dhistogram.c1053 ConcatenateColorComponent(&pixel,BluePixelChannel,X11Compliance,tuple); in GetNumberColors()
Denhance.c396 traits=GetPixelChannelTraits(image,BluePixelChannel); in ClutImage()
1193 i=GetPixelChannelOffset(image,BluePixelChannel); in ContrastStretchImage()
1659 PixelChannel channel=GetPixelChannelChannel(image,BluePixelChannel); in EqualizeImage()
Dstream.c460 pixel[BluePixelChannel]=ClampToQuantum(image->background_color.blue); in GetOneAuthenticPixelFromStream()
524 pixel[BluePixelChannel]=ClampToQuantum(image->background_color.blue); in GetOneVirtualPixelFromStream()
Dfx.c1472 case BluePixelChannel: return(QuantumScale*pixel.blue); in FxGetSymbol()
1586 case BluePixelChannel: in FxGetSymbol()
2529 case BluePixelChannel: type="blue"; break; in FxEvaluateSubexpression()
5911 (pixel_channel != BluePixelChannel)) in WaveletDenoiseImage()
Doption.c1483 { "B", BluePixelChannel, UndefinedOptionFlag, MagickFalse },
1486 { "Blue", BluePixelChannel, UndefinedOptionFlag, MagickFalse },
Dpixel.c4355 case BluePixelChannel: in LogPixelChannels()
4434 SetPixelChannelAttributes(image,BluePixelChannel,trait,n); in InitializePixelChannelMap()
4442 SetPixelChannelAttributes(image,BluePixelChannel,trait,n++); in InitializePixelChannelMap()
Dproperty.c3619 status&=FxEvaluateChannelExpression(fx_info,BluePixelChannel,0,0, in InterpretImageProperties()
Deffect.c1437 0.072186f*pixel[image->channel_map[BluePixelChannel].offset]); /* Rec709 */ in GetMeanLuma()
Dcache.c1747 destination[BluePixelChannel]=ClampToQuantum( in CopyPixel()
/external/ImageMagick/Magick++/lib/
DStatistic.cpp501 _channels.push_back(Magick::ChannelPerceptualHash(BluePixelChannel, in ImagePerceptualHash()
542 if (_channels[2].channel() != BluePixelChannel) in isValid()
593 traits=GetPixelChannelTraits(image_.constImage(),BluePixelChannel); in ImagePerceptualHash()
595 _channels.push_back(Magick::ChannelPerceptualHash(BluePixelChannel, in ImagePerceptualHash()
596 &channel_perceptual_hash[BluePixelChannel])); in ImagePerceptualHash()
DImage.cpp983 if (channel == GreenPixelChannel || channel == BluePixelChannel) in hasChannel()
/external/ImageMagick/MagickWand/
Dcompare.c1098 QuantumRange*channel_distortion[BluePixelChannel], in CompareImagesCommand()
1099 channel_distortion[BluePixelChannel]); in CompareImagesCommand()
1158 channel_distortion[BluePixelChannel]); in CompareImagesCommand()
/external/ImageMagick/coders/
Djson.c834 (void) PrintChannelLocations(file,image,BluePixelChannel,"Blue", in EncodeImageAttributes()
960 (void) PrintChannelStatistics(file,BluePixelChannel,"Blue",1.0/scale, in EncodeImageAttributes()
1002 (void) PrintChannelMoments(file,BluePixelChannel,"Blue",MagickFalse, in EncodeImageAttributes()
1060 (void) PrintChannelFeatures(file,BluePixelChannel,"Blue",MagickFalse, in EncodeImageAttributes()
Dtxt.c805 ConcatenateColorComponent(&pixel,BluePixelChannel,compliance,tuple); in WriteTXTImage()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h905 using MagickCore::BluePixelChannel;

12