HomeSort by relevance Sort by last modified time
    Searched defs:saturation (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_csc.h 39 float saturation; member in struct:vl_procamp
  /frameworks/av/media/libstagefright/filters/
SaturationFilter.cpp 82 float saturation; local
83 if (params->findFloat("saturation", &saturation)) {
84 mSaturation = saturation;
  /external/ImageMagick/filters/
analyze.c 60 % 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/ImageMagick/www/source/
analyze.c 60 % 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/skia/gm/
hsl.cpp 11 // Hue, Saturation, Color, and Luminosity blend modes are oddballs.
16 // Hue, and then (approximately) apply the other's Saturation and/or Luminosity.
20 // others from Dst, where Color == Hue + Saturation. Color and Luminosity
21 // are each other's complements; Hue and Saturation have no complement.
84 // Hue of Src, Saturation and Luminosity of Dst.
95 static void saturation(float dr, float dg, float db, function
97 // Saturation of Src, Hue and Luminosity of Dst
110 // Hue and Saturation of Src, Luminosity of Dst.
122 // Luminosity of Src, Hue and Saturation of Dst.
185 { SkBlendMode::kSaturation, saturation },
    [all...]
  /external/skqp/gm/
hsl.cpp 11 // Hue, Saturation, Color, and Luminosity blend modes are oddballs.
16 // Hue, and then (approximately) apply the other's Saturation and/or Luminosity.
20 // others from Dst, where Color == Hue + Saturation. Color and Luminosity
21 // are each other's complements; Hue and Saturation have no complement.
84 // Hue of Src, Saturation and Luminosity of Dst.
95 static void saturation(float dr, float dg, float db, function
97 // Saturation of Src, Hue and Luminosity of Dst
110 // Hue and Saturation of Src, Luminosity of Dst.
122 // Luminosity of Src, Hue and Saturation of Dst.
185 { SkBlendMode::kSaturation, saturation },
    [all...]
  /hardware/qcom/display/msm8960/libqdutils/
qdMetaData.h 37 float saturation; member in struct:HSICData_t
  /external/libxcam/xcore/base/
xcam_params.h 79 * manual brightness, contrast, hue, saturation, sharpness
88 double saturation; member in struct:_XCamCommonParam
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
image_ops.cc 41 auto saturation = b->Select(b->Gt(value, zero), b->Div(range, value), zeros); local
53 return {hue, saturation, value};
61 xla::ComputationDataHandle saturation = hsv[1]; local
74 auto one_minus_s = b->Sub(one, saturation);
76 auto red = b->Mul(b->Add(one_minus_s, b->Mul(saturation, dr)), value);
77 auto green = b->Mul(b->Add(one_minus_s, b->Mul(saturation, dg)), value);
78 auto blue = b->Mul(b->Add(one_minus_s, b->Mul(saturation, db)), value);
141 xla::ComputationDataHandle saturation = variable
148 auto rgb = HSVToRGB(context->builder(), {hue, saturation, value},
  /hardware/qcom/display/msm8084/libqdutils/
qdMetaData.h 47 float saturation; member in struct:HSICData_t
  /hardware/qcom/display/msm8226/libqdutils/
qdMetaData.h 47 float saturation; member in struct:HSICData_t
  /hardware/qcom/display/msm8994/libqdutils/
qdMetaData.h 47 float saturation; member in struct:HSICData_t
  /hardware/qcom/display/msm8996/libqdutils/
qdMetaData.h 50 float saturation; member in struct:HSICData_t
  /external/ImageMagick/Magick++/lib/
Color.cpp 618 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...]
  /hardware/intel/img/psb_video/src/
psb_texture.h 100 sgx_psb_fixed32 saturation; member in struct:psb_texture_s
  /hardware/qcom/display/msm8998/libqdutils/
qdMetaData.h 56 float saturation; member in struct:HSICData_t
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 517 inline float saturation (const Vec3& rgb) function in namespace:rr::advblend
542 const float sbase = saturation(cbase);
543 const float ssat = saturation(csat);
    [all...]
  /hardware/qcom/display/msm8909/libqdutils/
qdMetaData.h 56 float saturation; member in struct:HSICData_t
  /hardware/qcom/display/msm8909w_3100/libqdutils/
qdMetaData.h 58 float saturation; member in struct:HSICData_t
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 73 private int saturation = 0; field in class:FilterGradRepresentation.Band
94 saturation = copy.saturation;
119 p.saturation = 0;
165 || b1.saturation != b2.saturation
343 ret[i++] = point.saturation;
353 return mCurrentBand.saturation;
391 mCurrentBand.saturation = value;
452 writer.value(point.saturation);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 1952 int saturation = *(( int * )in_data); local
    [all...]
mm_qcamera_main_menu.c 75 //TODO: find correct values of Saturation defines.
99 {SATURATION_GOTO_SUBMENU, "Saturation changes."},
164 { SATURATION_CTRL, "Get saturation value"},
245 int saturation = CAMERA_DEF_SATURATION; variable
250 int saturation = 0; variable
809 printf(" Camera is in change saturation mode \n");
820 printf("\nPlease enter your choice for Saturation Change: ");
    [all...]
  /external/ImageMagick/MagickCore/
enhance.c 463 % <Saturation> 0.85 </Saturation>
469 % 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);
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...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 2269 int saturation = *(( int * )in_data); local
    [all...]
mm_qcamera_main_menu.c 74 //TODO: find correct values of Saturation defines.
98 {SATURATION_GOTO_SUBMENU, "Saturation changes."},
176 { SATURATION_CTRL, "Get saturation value"},
287 int saturation = CAMERA_DEF_SATURATION; variable
294 int saturation = 0; variable
925 printf(" Camera is in change saturation mode \n");
936 printf("\nPlease enter your choice for Saturation Change: ");
    [all...]

Completed in 1091 milliseconds

1 2 3