Searched refs:saturation (Results 1 - 25 of 46) sorted by relevance

12

/external/ImageMagick/www/source/
H A Danalyze.c60 % analyzeImage() computes the brightness and saturation mean, standard
100 saturation,
171 GetPixelBlue(p),&hue,&saturation,&brightness);
177 saturation*=QuantumRange;
178 saturation_sum_x+=saturation;
179 saturation_sum_x2+=saturation*saturation;
180 saturation_sum_x3+=saturation*saturation*saturation;
98 saturation, local
169 GetPixelBlue(p),&hue,&saturation,&brightness); local
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_csc.h39 float saturation; member in struct:vl_procamp
H A Dvl_csc.c50 * mat44 procamp, hue, saturation, brightness, contrast
51 * procamp = brightness * (saturation * (contrast * hue))
53 * procamp = saturation * (brightness * (contrast * hue))
67 * saturation
170 1.0f, /* saturation */
185 float s = p->saturation;
/external/ImageMagick/filters/
H A Danalyze.c60 % analyzeImage() computes the brightness and saturation mean, standard
100 saturation,
172 GetPixelBlue(image,p),&hue,&saturation,&brightness);
178 saturation*=QuantumRange;
179 saturation_sum_x+=saturation;
180 saturation_sum_x2+=saturation*saturation;
181 saturation_sum_x3+=saturation*saturation*saturation;
98 saturation, local
170 GetPixelBlue(image,p),&hue,&saturation,&brightness); local
[all...]
/external/vulkan-validation-layers/libs/glm/gtx/
H A Dcolor_space.hpp65 /// Build a saturation matrix.
68 GLM_FUNC_DECL detail::tmat4x4<T, P> saturation(
71 /// Modify the saturation of a color.
74 GLM_FUNC_DECL detail::tvec3<T, P> saturation(
78 /// Modify the saturation of a color.
81 GLM_FUNC_DECL detail::tvec4<T, P> saturation(
/external/ImageMagick/MagickCore/
H A Dgem.c169 % saturation strategy to project it on the RGB cube.
274 % ConvertHSBToRGB() transforms a (hue, saturation, brightness) to a (red,
279 % void ConvertHSBToRGB(const double hue,const double saturation,
284 % o hue, saturation, brightness: A double value representing a
290 MagickPrivate void ConvertHSBToRGB(const double hue,const double saturation,
306 if (fabs(saturation) < MagickEpsilon)
315 p=brightness*(1.0-saturation);
316 q=brightness*(1.0-saturation*f);
317 t=brightness*(1.0-(saturation*(1.0-f)));
378 % ConvertHSIToRGB() transforms a (hue, saturation, intensit
286 ConvertHSBToRGB(const double hue,const double saturation, const double brightness,double *red,double *green,double *blue) argument
389 ConvertHSIToRGB(const double hue,const double saturation, const double intensity,double *red,double *green,double *blue) argument
462 ConvertHSLToRGB(const double hue,const double saturation, const double lightness,double *red,double *green,double *blue) argument
566 ConvertHSVToRGB(const double hue,const double saturation, const double value,double *red,double *green,double *blue) argument
972 ConvertRGBToHSB(const double red,const double green, const double blue,double *hue,double *saturation,double *brightness) argument
1042 ConvertRGBToHSI(const double red,const double green, const double blue,double *hue,double *saturation,double *intensity) argument
1099 ConvertRGBToHSL(const double red,const double green, const double blue,double *hue,double *saturation,double *lightness) argument
1171 ConvertRGBToHSV(const double red,const double green, const double blue,double *hue,double *saturation,double *value) argument
[all...]
H A Denhance.c469 % as well as the saturation.
506 saturation;
570 color_correction.saturation=0.0;
681 *saturation;
683 saturation=GetXMLTreeChild(sat,"Saturation");
684 if (saturation != (XMLTreeInfo *) NULL)
686 content=GetXMLTreeContent(saturation);
689 color_correction.saturation=StringToDouble(token,(char **) NULL);
716 " color_correction.saturation: %g",color_correction.saturation);
500 saturation; member in struct:_ColorCorrection
675 *saturation; local
843 saturation; local
2990 saturation; local
3013 saturation; local
3036 saturation; local
3058 saturation, local
[all...]
H A Daccelerate-kernels-private.h1060 float saturation = HueSaturationBrightness.y;
1064 if (saturation == 0.0f) {
1073 float p=brightness*(1.0f-saturation);
1074 float q=brightness*(1.0f-saturation*f);
1075 float t=brightness*(1.0f-(saturation*(1.0f-f)));
1963 float *hue, float *saturation, float *lightness)
1982 *saturation=0.0;
2000 *saturation=c/(2.0*(*lightness));
2002 *saturation=c/(2.0-2.0*(*lightness));
2005 inline void ConvertHSLToRGB(const float hue,const float saturation, cons
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_mastergain_gnu.s70 LDR r6, =0x7fff @constant for saturation tests
79 CMP r4, r6 @check for positive saturation
81 CMN r4, r6 @check for negative saturation
88 CMP r5, r6 @check for positive saturation
90 CMN r5, r6 @check for negative saturation
H A DARM-E_interpolate_loop_gnu.s101 @ saturation operation should take in the filter before scaling back to
H A DARM-E_interpolate_noloop_gnu.s93 @ saturation operation should take in the filter before scaling back to
/external/ImageMagick/Magick++/lib/
H A DColor.cpp618 saturation; local
625 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
630 ConvertHSLToRGB(hue,saturation,lightness,&red,&green,&blue);
642 saturation; local
644 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
655 saturation; local
662 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
667 ConvertHSLToRGB(hue,saturation,lightness,&red,&green,&blue);
679 saturation; local
681 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
687 void Magick::ColorHSL::saturation(const double saturation_) function in class:Magick::ColorHSL
692 saturation; local
699 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
711 double Magick::ColorHSL::saturation(void) const function in class:Magick::ColorHSL
716 saturation; local
718 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dattributes.c98 context_priv->procamp.saturation = value / 1000.0f + 1.0f;
142 *value = context_priv->procamp.saturation * 1000 + 1000;
/external/ImageMagick/Magick++/lib/Magick++/
H A DColor.h302 void saturation(const double saturation_);
303 double saturation(void) const;
/external/ImageMagick/PerlMagick/t/
H A Dfilter.t123 testFilterCompare('input.miff', q//, 'reference/filter/Modulate.miff', 'Modulate', q/brightness=>110,saturation=>110,hue=>110/, 0.05, 0.5);
/external/skia/gm/
H A Dhsl.cpp95 static void saturation(float dr, float dg, float db, function
185 { SkBlendMode::kSaturation, saturation },
/external/ImageMagick/tests/
H A Dvalidate.c98 static void ConvertHSIToRGB(const double hue,const double saturation,
108 *blue=intensity*(1.0-saturation);
109 *red=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)*
117 *red=intensity*(1.0-saturation);
118 *green=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)*
125 *green=intensity*(1.0-saturation);
126 *blue=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)*
136 const double blue,double *hue,double *saturation,double *intensity)
146 *saturation=0.0;
149 *saturation
95 ConvertHSIToRGB(const double hue,const double saturation, const double intensity,double *red,double *green,double *blue) argument
132 ConvertRGBToHSI(const double red,const double green, const double blue,double *hue,double *saturation,double *intensity) argument
155 ConvertHSVToRGB(const double hue,const double saturation, const double value,double *red,double *green,double *blue) argument
382 ConvertRGBToHSV(const double red,const double green, const double blue,double *hue,double *saturation,double *value) argument
[all...]
/external/skia/src/core/
H A DSkBlendMode.cpp95 case SkBlendMode::kSaturation: stage = SkRasterPipeline::saturation; break;
H A DSkRasterPipeline.h67 M(hue) M(saturation) M(color) M(luminosity) \
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dtemporal_filter_apply_sse2.asm120 ; saturation takes care of modifier > 16
/external/ImageMagick/MagickWand/
H A Dpixel-wand.c1082 % void PixelGetHSL(const PixelWand *wand,double *hue,double *saturation,
1089 % o hue,saturation,lightness: Return the pixel hue, saturation, and
1094 double *saturation,double *lightness)
1102 hue,saturation,lightness);
2012 % const double saturation,const double lightness)
2018 % o hue,saturation,lightness: Return the pixel hue, saturation, and
2023 const double saturation,const double lightness)
2034 ConvertHSLToRGB(hue,saturation,lightnes
1063 PixelGetHSL(const PixelWand *wand,double *hue, double *saturation,double *lightness) argument
1966 PixelSetHSL(PixelWand *wand,const double hue, const double saturation,const double lightness) argument
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter_armv6.S117 @ to avoid overflow in the next saturation step.
/external/ImageMagick/coders/
H A Dfpx.c723 static void SetSaturation(double saturation,FPXColorTwistMatrix *color_twist)
730 Set image saturation in color twist matrix.
738 effect.bc1c1=saturation;
743 effect.bc2c2=saturation;
717 SetSaturation(double saturation,FPXColorTwistMatrix *color_twist) argument
/external/ImageMagick/www/api/
H A Denhance.php202 <p>which includes the slop, offset, and power for each of the RGB channels as well as the saturation.</p>
612 <p>ModulateImage() lets you control the brightness, saturation, and hue of an image. Modulate represents the brightness, saturation, and hue as one parameter (e.g. 90,150,100). If the image colorspace is HSL, the modulation is lightness, saturation, and hue. For HWB, use blackness, whiteness, and hue. And for HCL, use chrome, luma, and hue.</p>
633 <dd>Define the percent change in brightness, saturation, and hue. </dd>
H A Dpixel-wand.php647 void PixelGetHSL(const PixelWand *wand,double *hue,double *saturation,
662 <dt>hue,saturation,lightness</dt>
663 <dd>Return the pixel hue, saturation, and brightness. </dd>
1294 const double saturation,const double lightness)
1308 <dt>hue,saturation,lightness</dt>
1309 <dd>Return the pixel hue, saturation, and brightness. </dd>

Completed in 1973 milliseconds

12