Home
last modified time | relevance | path

Searched refs:saturation (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/animator/
DSkDrawColor.cpp41 SkScalar saturation = value == 0 ? 0 : SkScalarDiv(delta, value); in RGB_to_HSV() local
43 return saturation; in RGB_to_HSV()
45 if (saturation == 0) in RGB_to_HSV()
70 SkScalar saturation = choice == kGetSaturation ? hsv : RGB_to_HSV(color, kGetSaturation); in HSV_to_RGB() local
76 if (saturation == 0) // color is on black-and-white center line in HSV_to_RGB()
82 SkScalar p = SkScalarMul(value , SK_Scalar1 - saturation); in HSV_to_RGB()
83 SkScalar q = SkScalarMul(value, SK_Scalar1 - SkScalarMul(saturation, fraction)); in HSV_to_RGB()
85 SkScalarMul(saturation, SK_Scalar1 - fraction)); in HSV_to_RGB()
110 SK_PROPERTY(saturation),
123 SK_MEMBER_PROPERTY(saturation, Float),
[all …]
DSkAnimateSchema.xsd1254 …<!-- @attribute saturation The saturation component of an HSV color. Saturation ranges from 0 to 1…
1255 <xs:attribute name="saturation" type="Sk:Float"/>
/external/sonivox/arm-hybrid-22k/lib_src/
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
DARM-E_interpolate_loop_gnu.s101 @ saturation operation should take in the filter before scaling back to
DARM-E_interpolate_noloop_gnu.s93 @ saturation operation should take in the filter before scaling back to
/external/sonivox/arm-wt-22k/lib_src/
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
DARM-E_interpolate_noloop_gnu.s93 @ saturation operation should take in the filter before scaling back to
DARM-E_interpolate_loop_gnu.s101 @ saturation operation should take in the filter before scaling back to
/external/webkit/Source/WebCore/platform/graphics/
DColor.cpp99 RGBA32 makeRGBAFromHSLA(double hue, double saturation, double lightness, double alpha) in makeRGBAFromHSLA() argument
103 if (!saturation) { in makeRGBAFromHSLA()
108 … temp2 = lightness < 0.5 ? lightness * (1.0 + saturation) : lightness + saturation - lightness * s… in makeRGBAFromHSLA()
361 void Color::getHSL(double& hue, double& saturation, double& lightness) const in getHSL() argument
389 saturation = 0.0; in getHSL()
391 saturation = ((max - min) / (max + min)); in getHSL()
393 saturation = ((max - min) / (2.0 - (max + min))); in getHSL()
/external/chromium/chrome/browser/themes/
Dtheme_service_mac.mm163 CGFloat hue, saturation, brightness;
164 HSLToHSB(tint, &hue, &saturation, &brightness);
167 saturation:saturation
210 saturation:0.5];
212 saturation:0.5];
/external/libvpx/vp8/common/arm/neon/
Drecon16x16mb_neon.asm59 vqmovun.s16 d0, q0 ;CLAMP() saturation
105 vqmovun.s16 d0, q0 ;CLAMP() saturation
Drecon2b_neon.asm39 vqmovun.s16 d0, q0 ;CLAMP() saturation
Dreconb_neon.asm46 vqmovun.s16 d0, q0 ;CLAMP() saturation
Drecon4b_neon.asm50 vqmovun.s16 d0, q0 ;CLAMP() saturation
/external/oprofile/events/x86-64/hammer/
Devents113 …4 counters:0,1,2,3 um:saturation minimum:500 name:MEMORY_CONTROLLER_BYPASS_COUNTER_SATURATION : Me…
Dunit_masks76 name:saturation type:bitmask default:0x0f
/external/oprofile/events/mips/24K/
Devents107 event:0x41a counters:1 um:zero minimum:500 name:ALU_DSP_SATURATION_INSNS : 26-1 ALU-DSP saturation
108 event:0x41b counters:1 um:zero minimum:500 name:MDU_DSP_SATURATION_INSNS : 27-1 MDU-DSP saturation
/external/oprofile/events/mips/34K/
Devents116 event:0x41a counters:1 um:zero minimum:500 name:ALU_DSP_SATURATION_INSNS : 26-1 ALU-DSP saturation
117 event:0x41b counters:1 um:zero minimum:500 name:MDU_DSP_SATURATION_INSNS : 27-1 MDU-DSP saturation
/external/oprofile/events/mips/1004K/
Devents124 event:0x41a counters:1 um:zero minimum:500 name:ALU_DSP_SATURATION_INSNS : 26-1 ALU-DSP saturation
125 event:0x41b counters:1 um:zero minimum:500 name:MDU_DSP_SATURATION_INSNS : 27-1 MDU-DSP saturation
/external/oprofile/events/x86-64/family10/
Devents142 …4 counters:0,1,2,3 um:saturation minimum:500 name:MEMORY_CONTROLLER_BYPASS_COUNTER_SATURATION : Me…
Dunit_masks95 name:saturation type:bitmask default:0x0f
/external/llvm/include/llvm/
DIntrinsics.td477 // various types with rounding and saturation. NOTE: avoid using these
/external/libvpx/vp8/common/ppc/
Dfilter_altivec.asm61 vadduhm \Re, \Re, \TMP ;# Re = evens, saturation unnecessary
Dloopfilter_filters_altivec.asm351 ;# exploit the saturation here. if the answer is negative
750 vaddubm v13, v13, v1 ;# -16 <= M <= 15, saturation irrelevant