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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/browseable/BasicRenderScript/
_index.jd 9 to dynamically adjust the saturation for an image using a slider. A custom RenderScript kernel performs the saturation
  /external/opencv3/modules/java/src/
photo+TonemapDrago.java 31 // C++: void setSaturation(float saturation)
34 //javadoc: TonemapDrago::setSaturation(saturation)
35 public void setSaturation(float saturation)
38 setSaturation_0(nativeObj, saturation);
82 // C++: void setSaturation(float saturation)
83 private static native void setSaturation_0(long nativeObj, float saturation);
photo+TonemapMantiuk.java 59 // C++: void setSaturation(float saturation)
62 //javadoc: TonemapMantiuk::setSaturation(saturation)
63 public void setSaturation(float saturation)
66 setSaturation_0(nativeObj, saturation);
88 // C++: void setSaturation(float saturation)
89 private static native void setSaturation_0(long nativeObj, float saturation);
photo+TonemapDurand.java 31 // C++: void setSaturation(float saturation)
34 //javadoc: TonemapDurand::setSaturation(saturation)
35 public void setSaturation(float saturation)
38 setSaturation_0(nativeObj, saturation);
138 // C++: void setSaturation(float saturation)
139 private static native void setSaturation_0(long nativeObj, float saturation);
  /external/ImageMagick/Magick++/demo/
analyze.cpp 38 attributes.push_back("filter:saturation:mean");
39 attributes.push_back("filter:saturation:standard-deviation");
40 attributes.push_back("filter:saturation:kurtosis");
41 attributes.push_back("filter:saturation:skewness");
  /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/opencv3/modules/photo/src/
tonemap.cpp 113 saturation(_saturation),
147 mapLuminance(img, img, gray_img, map, saturation);
156 float getSaturation() const { return saturation; }
157 void setSaturation(float val) { saturation = val; }
167 << "saturation" << saturation; local
176 saturation = fn["saturation"];
181 float gamma, saturation, bias; member in class:cv::TonemapDragoImpl
184 Ptr<TonemapDrago> createTonemapDrago(float gamma, float saturation, float bias
250 << "saturation" << saturation; local
266 float gamma, contrast, saturation, sigma_color, sigma_space; member in class:cv::TonemapDurandImpl
452 << "saturation" << saturation; local
466 float gamma, scale, saturation; member in class:cv::TonemapMantiukImpl
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
color_space.hpp 65 /// 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/skia/src/animator/
SkDrawColor.cpp 33 SkScalar saturation = value == 0 ? 0 : delta / value; local
35 return saturation;
37 if (saturation == 0)
62 SkScalar saturation = choice == kGetSaturation ? hsv : RGB_to_HSV(color, kGetSaturation); local
68 if (saturation == 0) // color is on black-and-white center line
74 SkScalar p = SkScalarMul(value , SK_Scalar1 - saturation);
75 SkScalar q = SkScalarMul(value, SK_Scalar1 - SkScalarMul(saturation, fraction));
77 SkScalarMul(saturation, SK_Scalar1 - fraction));
102 SK_PROPERTY(saturation),
115 SK_MEMBER_PROPERTY(saturation, Float)
    [all...]
  /frameworks/av/media/libstagefright/filters/
SaturationFilter.cpp 82 float saturation; local
83 if (params->findFloat("saturation", &saturation)) {
84 mSaturation = saturation;
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/res/values/
base-strings.xml 25 to dynamically adjust the saturation for an image using a slider. A custom RenderScript kernel performs the saturation
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/rs/
saturation.rs 26 RenderScript kernel that performs saturation manipulation.
28 uchar4 __attribute__((kernel)) saturation(uchar4 in)
  /developers/samples/android/renderScript/BasicRenderScript/Application/src/main/rs/
saturation.rs 26 RenderScript kernel that performs saturation manipulation.
28 uchar4 __attribute__((kernel)) saturation(uchar4 in)
  /development/samples/RenderScript/Levels/res/values/
strings.xml 29 <string name="saturation">Saturation</string>
  /development/samples/browseable/BasicRenderScript/res/values/
base-strings.xml 25 to dynamically adjust the saturation for an image using a slider. A custom RenderScript kernel performs the saturation
  /development/samples/browseable/BasicRenderScript/src/rs/
saturation.rs 26 RenderScript kernel that performs saturation manipulation.
28 uchar4 __attribute__((kernel)) saturation(uchar4 in)
  /external/dng_sdk/source/
dng_hue_sat_map.h 33 /// \brief A 3D table that maps HSV (hue, saturation, and value) floating-point
35 /// least 1 sample in the hue dimension, at least 2 samples in the saturation
37 /// value-hue-saturation order.
47 /// scale factors that are applied to saturation and value components,
48 /// respectively. These scale factors, multiplied by the original saturation
49 /// and value, determine the output saturation and value. A scale factor of
199 /// value-hue-saturation order (outer to inner).
211 /// value-hue-saturation order (outer to inner).
  /frameworks/rs/java/tests/ImageProcessing/res/values/
strings.xml 30 <string name="saturation">Saturation</string>
  /frameworks/rs/java/tests/LivePreview/res/values/
strings.xml 22 <string name="saturation">Saturation</string>
  /frameworks/rs/java/tests/ScriptGroupTest/res/values/
strings.xml 30 <string name="saturation">Saturation</string>
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterSaturated.java 36 representation.setTextId(R.string.saturation);
44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float saturation);
  /developers/samples/android/renderScript/BasicRenderScript/
template-params.xml 39 to dynamically adjust the saturation for an image using a slider. A custom RenderScript kernel performs the saturation
67 to dynamically adjust the saturation for an image using a slider. A custom RenderScript kernel performs the saturation
85 RGB value and it's luminance (black-and-white) value, weighted based on the user's specified saturation target.
  /external/sonivox/arm-wt-22k/lib_src/
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
  /frameworks/wilhelm/src/itf/
ILEDArray.c 66 if (!(0 <= color.saturation && color.saturation <= 1000))
118 color->saturation = 1000;

Completed in 651 milliseconds

1 2 3 4 5 6 7 8 91011>>