/external/arm-neon-tests/ |
D | ref-rvct-neon-nofp16.txt | 342 VQDMLAL_LANE cumulative saturation output: 343 VQDMLAL_LANE:0:vqdmlal_lane_s16 Neon cumulative saturation 0 344 VQDMLAL_LANE:1:vqdmlal_lane_s32 Neon cumulative saturation 0 370 VQDMLAL_LANE (mul with input=0) cumulative saturation output: 371 VQDMLAL_LANE:24:vqdmlal_lane_s16 Neon cumulative saturation 0 372 VQDMLAL_LANE:25:vqdmlal_lane_s32 Neon cumulative saturation 0 398 VQDMLAL_LANE (check mul cumulative saturation) cumulative saturation output: 399 VQDMLAL_LANE:48:vqdmlal_lane_s16 Neon cumulative saturation 1 400 VQDMLAL_LANE:49:vqdmlal_lane_s32 Neon cumulative saturation 1 402 VQDMLAL_LANE (check mul cumulative saturation) output: [all …]
|
D | ref-rvct-neon.txt | 370 VQDMLAL_LANE cumulative saturation output: 371 VQDMLAL_LANE:0:vqdmlal_lane_s16 Neon cumulative saturation 0 372 VQDMLAL_LANE:1:vqdmlal_lane_s32 Neon cumulative saturation 0 400 VQDMLAL_LANE (mul with input=0) cumulative saturation output: 401 VQDMLAL_LANE:26:vqdmlal_lane_s16 Neon cumulative saturation 0 402 VQDMLAL_LANE:27:vqdmlal_lane_s32 Neon cumulative saturation 0 430 VQDMLAL_LANE (check mul cumulative saturation) cumulative saturation output: 431 VQDMLAL_LANE:52:vqdmlal_lane_s16 Neon cumulative saturation 1 432 VQDMLAL_LANE:53:vqdmlal_lane_s32 Neon cumulative saturation 1 434 VQDMLAL_LANE (check mul cumulative saturation) output: [all …]
|
D | ref-rvct-all.txt | 370 VQDMLAL_LANE cumulative saturation output: 371 VQDMLAL_LANE:0:vqdmlal_lane_s16 Neon cumulative saturation 0 372 VQDMLAL_LANE:1:vqdmlal_lane_s32 Neon cumulative saturation 0 400 VQDMLAL_LANE (mul with input=0) cumulative saturation output: 401 VQDMLAL_LANE:26:vqdmlal_lane_s16 Neon cumulative saturation 0 402 VQDMLAL_LANE:27:vqdmlal_lane_s32 Neon cumulative saturation 0 430 VQDMLAL_LANE (check mul cumulative saturation) cumulative saturation output: 431 VQDMLAL_LANE:52:vqdmlal_lane_s16 Neon cumulative saturation 1 432 VQDMLAL_LANE:53:vqdmlal_lane_s32 Neon cumulative saturation 1 434 VQDMLAL_LANE (check mul cumulative saturation) output: [all …]
|
/external/ImageMagick/www/source/ |
D | analyze.c | 98 saturation, in analyzeImage() local 169 GetPixelBlue(p),&hue,&saturation,&brightness); in analyzeImage() 175 saturation*=QuantumRange; in analyzeImage() 176 saturation_sum_x+=saturation; in analyzeImage() 177 saturation_sum_x2+=saturation*saturation; in analyzeImage() 178 saturation_sum_x3+=saturation*saturation*saturation; in analyzeImage() 179 saturation_sum_x4+=saturation*saturation*saturation*saturation; in analyzeImage()
|
/external/ImageMagick/filters/ |
D | analyze.c | 98 saturation, in analyzeImage() local 166 GetPixelBlue(image,p),&hue,&saturation,&brightness); in analyzeImage() 172 saturation*=QuantumRange; in analyzeImage() 173 saturation_sum_x+=saturation; in analyzeImage() 174 saturation_sum_x2+=saturation*saturation; in analyzeImage() 175 saturation_sum_x3+=saturation*saturation*saturation; in analyzeImage() 176 saturation_sum_x4+=saturation*saturation*saturation*saturation; in analyzeImage()
|
/external/ImageMagick/MagickCore/ |
D | gem.c | 286 MagickPrivate void ConvertHSBToRGB(const double hue,const double saturation, in ConvertHSBToRGB() argument 302 if (fabs(saturation) < MagickEpsilon) in ConvertHSBToRGB() 311 p=brightness*(1.0-saturation); in ConvertHSBToRGB() 312 q=brightness*(1.0-saturation*f); in ConvertHSBToRGB() 313 t=brightness*(1.0-(saturation*(1.0-f))); in ConvertHSBToRGB() 389 MagickPrivate void ConvertHSIToRGB(const double hue,const double saturation, in ConvertHSIToRGB() argument 408 b=intensity*(1.0-saturation); in ConvertHSIToRGB() 409 r=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)* in ConvertHSIToRGB() 417 r=intensity*(1.0-saturation); in ConvertHSIToRGB() 418 g=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)* in ConvertHSIToRGB() [all …]
|
D | enhance.c | 1031 saturation; in ColorDecisionListImage() member 1095 color_correction.saturation=0.0; in ColorDecisionListImage() 1206 *saturation; in ColorDecisionListImage() local 1208 saturation=GetXMLTreeChild(sat,"Saturation"); in ColorDecisionListImage() 1209 if (saturation != (XMLTreeInfo *) NULL) in ColorDecisionListImage() 1211 content=GetXMLTreeContent(saturation); in ColorDecisionListImage() 1214 color_correction.saturation=StringToDouble(token,(char **) NULL); in ColorDecisionListImage() 1241 " color_correction.saturation: %g",color_correction.saturation); in ColorDecisionListImage() 1270 image->colormap[i].red=luma+color_correction.saturation*cdl_map[ in ColorDecisionListImage() 1272 image->colormap[i].green=luma+color_correction.saturation*cdl_map[ in ColorDecisionListImage() [all …]
|
D | accelerate-kernels-private.h | 1052 float saturation=pixel.y; 1057 if (saturation == 0.0f) 1065 float p=brightness*(1.0f-saturation); 1066 float q=brightness*(1.0f-saturation*f); 1067 float t=brightness*(1.0f-(saturation*(1.0f-f))); 1976 float *hue, float *saturation, float *lightness) 1995 *saturation=0.0; 2013 *saturation=c/(2.0*(*lightness)); 2015 *saturation=c/(2.0-2.0*(*lightness)); 2018 inline void ConvertHSLToRGB(const float hue,const float saturation, const float lightness, [all …]
|
/external/ImageMagick/Magick++/lib/ |
D | Color.cpp | 633 saturation; in hue() local 640 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, in hue() 645 ConvertHSLToRGB(hue,saturation,lightness,&red,&green,&blue); in hue() 657 saturation; in hue() local 659 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, in hue() 670 saturation; in lightness() local 677 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, in lightness() 682 ConvertHSLToRGB(hue,saturation,lightness,&red,&green,&blue); in lightness() 694 saturation; in lightness() local 696 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, in lightness() [all …]
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_mastergain_gnu.s | 70 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
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_AdjustSaturation.pbtxt | 12 A float scale to add to the saturation. 21 summary: "Adjust the saturation of one or more images." 27 colors are first mapped into HSV. A scale is then applied all the saturation
|
/external/perfetto/ui/src/tracks/cpu_freq/ |
D | frontend.ts | 89 let saturation = 45; 91 saturation = 0; 93 ctx.fillStyle = `hsl(${hue}, ${saturation}%, 70%)`; 94 ctx.strokeStyle = `hsl(${hue}, ${saturation}%, 55%)`;
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | image_ops.cc | 50 auto saturation = in RGBToHSV() local 65 return {hue, saturation, value}; in RGBToHSV() 73 xla::XlaOp saturation = hsv[1]; in HSVToRGB() local 86 auto one_minus_s = xla::Sub(one, saturation); in HSVToRGB() 88 auto red = xla::Mul(xla::Add(one_minus_s, xla::Mul(saturation, dr)), value); in HSVToRGB() 89 auto green = xla::Mul(xla::Add(one_minus_s, xla::Mul(saturation, dg)), value); in HSVToRGB() 90 auto blue = xla::Mul(xla::Add(one_minus_s, xla::Mul(saturation, db)), value); in HSVToRGB() 153 xla::XlaOp saturation = xla::SliceInDim(input, /*start_index=*/1, in Compile() local 160 auto rgb = HSVToRGB(context->builder(), {hue, saturation, value}, in Compile()
|
/external/skqp/docs/ |
D | SkBlendMode_Reference.bmh | 192 #Line # hue of source with saturation and luminosity of destination ## 194 Replaces hue of destination with hue of source, leaving saturation and luminosity 199 #Line # saturation of source with hue and luminosity of destination ## 201 Replaces saturation of destination saturation hue of source, leaving hue and 206 #Line # hue and saturation of source with luminosity of destination ## 208 Replaces hue and saturation of destination with hue and saturation of source, 213 #Line # luminosity of source with hue and saturation of destination ## 216 saturation unchanged. 826 #Line # hue of source with saturation and luminosity of destination ## 831 source hue, leaving destination luminosity and saturation unchanged. [all …]
|
/external/skia/docs/ |
D | SkBlendMode_Reference.bmh | 192 #Line # hue of source with saturation and luminosity of destination ## 194 Replaces hue of destination with hue of source, leaving saturation and luminosity 199 #Line # saturation of source with hue and luminosity of destination ## 201 Replaces saturation of destination saturation hue of source, leaving hue and 206 #Line # hue and saturation of source with luminosity of destination ## 208 Replaces hue and saturation of destination with hue and saturation of source, 213 #Line # luminosity of source with hue and saturation of destination ## 216 saturation unchanged. 826 #Line # hue of source with saturation and luminosity of destination ## 831 source hue, leaving destination luminosity and saturation unchanged. [all …]
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | attributes.c | 98 context_priv->procamp.saturation = value / 1000.0f + 1.0f; in XvMCSetAttribute() 142 *value = context_priv->procamp.saturation * 1000 + 1000; in XvMCGetAttribute()
|
/external/perfetto/ui/src/tracks/chrome_slices/ |
D | frontend.ts | 98 const saturation = Math.min(20 + depth * 10, 70); constant 99 ctx.fillStyle = `hsl(${hue}, ${saturation}%, ${hovered ? 30 : 65}%)`;
|
/external/ImageMagick/tests/ |
D | validate.c | 95 static void ConvertHSIToRGB(const double hue,const double saturation, in ConvertHSIToRGB() argument 105 *blue=intensity*(1.0-saturation); in ConvertHSIToRGB() 106 *red=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)* in ConvertHSIToRGB() 114 *red=intensity*(1.0-saturation); in ConvertHSIToRGB() 115 *green=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)* in ConvertHSIToRGB() 122 *green=intensity*(1.0-saturation); in ConvertHSIToRGB() 123 *blue=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)* in ConvertHSIToRGB() 133 const double blue,double *hue,double *saturation,double *intensity) in ConvertRGBToHSI() argument 143 *saturation=0.0; in ConvertRGBToHSI() 146 *saturation=1.0-MagickMin(QuantumScale*red,MagickMin(QuantumScale*green, in ConvertRGBToHSI() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/AliasSet/ |
D | saturation.ll | 1 ; RUN: opt -basicaa -print-alias-sets -alias-set-saturation-threshold=2 -S -o - < %s 2>&1 | FileChe… 2 ; RUN: opt -basicaa -print-alias-sets -alias-set-saturation-threshold=1 -S -o - < %s 2>&1 | FileChe…
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_csc.h | 39 float saturation; member
|
/external/skia/gm/ |
D | hsl.cpp | 95 static void saturation(float dr, float dg, float db, in saturation() function 166 { SkBlendMode::kSaturation, saturation },
|
/external/skqp/gm/ |
D | hsl.cpp | 95 static void saturation(float dr, float dg, float db, in saturation() function 166 { SkBlendMode::kSaturation, saturation },
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Color.h | 306 void saturation(const double saturation_); 307 double saturation(void) const;
|
/external/libxcam/xcore/base/ |
D | xcam_params.h | 88 double saturation; member
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | flatten_decoration_test.cpp | 38 OpName %saturation "saturation" in PreambleAssembly()
|