/external/libvpx/vp8/common/arm/neon/ |
D | mbloopfilter_neon.asm | 425 vqsub.s8 q1, q5, q8 ; vp8_filter = clamp(ps1-qs1) 441 ; vp8_filter = clamp(vp8_filter + 3 * ( qs0 - ps0)) 453 vqadd.s8 q2, q13, q11 ; Filter1 = clamp(Filter2+4) 454 vqadd.s8 q13, q13, q12 ; Filter2 = clamp(Filter2+3) 464 vqsub.s8 q7, q7, q2 ; qs0 = clamp(qs0 - Filter1) 468 vqadd.s8 q6, q6, q13 ; ps0 = clamp(ps0 + Filter2) 485 vqshrn.s16 d20, q10, #7 ; u = clamp((63 + Filter2 * 9)>>7) 487 vqshrn.s16 d24, q12, #7 ; u = clamp((63 + Filter2 * 18)>>7) 489 vqshrn.s16 d28, q14, #7 ; u = clamp((63 + Filter2 * 27)>>7) 492 vqsub.s8 q11, q9, q10 ; s = clamp(qs2 - u) [all …]
|
D | loopfilter_neon.asm | 358 vqsub.s8 q1, q5, q8 ; vp8_filter = clamp(ps1-qs1) 372 ; vp8_filter = clamp(vp8_filter + 3 * ( qs0 - ps0)) 377 vqadd.s8 q2, q1, q10 ; Filter2 = clamp(vp8_filter+3) 378 vqadd.s8 q1, q1, q9 ; Filter1 = clamp(vp8_filter+4) 382 vqadd.s8 q11, q6, q2 ; u = clamp(ps0 + Filter2) 383 vqsub.s8 q10, q7, q1 ; u = clamp(qs0 - Filter1) 389 vqadd.s8 q13, q5, q1 ; u = clamp(ps1 + vp8_filter) 390 vqsub.s8 q12, q8, q1 ; u = clamp(qs1 - vp8_filter)
|
/external/webkit/WebCore/platform/chromium/ |
D | ScrollbarThemeChromiumLinux.cpp | 78 static SkScalar clamp(SkScalar value, SkScalar min, SkScalar max) in clamp() function 89 color[1] = clamp(hsv[1] + saturateAmount, 0.0, 1.0); in saturateAndBrighten() 90 color[2] = clamp(hsv[2] + brightenAmount, 0.0, 1.0); in saturateAndBrighten() 123 SkScalar minDiff = clamp((hsv1[1] + hsv2[1]) * 1.2, 0.2, 0.5); in outlineColor() 124 SkScalar diff = clamp(fabs(hsv1[2] - hsv2[2]) / 2, minDiff, 0.5); in outlineColor()
|
/external/iptables/extensions/ |
D | libipt_TCPMSS.man | 32 -j TCPMSS --clamp-mss-to-pmtu 38 .B "--clamp-mss-to-pmtu" 39 Automatically clamp MSS value to (path_MTU - 40).
|
D | libip6t_TCPMSS.man | 32 -j TCPMSS --clamp-mss-to-pmtu 38 .B "--clamp-mss-to-pmtu" 39 Automatically clamp MSS value to (path_MTU - 60).
|
/external/icu4c/i18n/ |
D | decContext.c | 80 context->clamp=0; /* no clamping */ in uprv_decContextDefault() 94 context->clamp=1; /* clamp exponents */ in uprv_decContextDefault() 105 context->clamp=1; /* clamp exponents */ in uprv_decContextDefault() 116 context->clamp=1; /* clamp exponents */ in uprv_decContextDefault()
|
D | decContext.h | 94 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
|
D | decNumber.c | 589 if (set->clamp) break; in uprv_decNumberFromString() 1483 aset.clamp=0; /* and no concrete format */ in uprv_decNumberLog10() 2102 aset.clamp=0; /* and no concrete format */ in uprv_decNumberPower() 3085 if (todrop>maxdrop && set->clamp) { /* apply clamping */ in uprv_decNumberSquareRoot() 5319 aset.clamp=0; /* and no concrete format */ in decExpOp() 5727 aset.clamp=0; /* no concrete format */ 6638 if (set->clamp && !noclamp) { 7323 if (!set->clamp) return; 7354 if (set->clamp) emax-=set->digits-1; /* lower if clamping */
|
/external/v8/benchmarks/ |
D | crypto.js | 238 this.clamp(); 354 r.clamp(); 374 r.clamp(); 410 r.clamp(); 426 r.clamp(); 447 r.clamp(); 499 r.clamp(); 597 x.clamp(); 644 BigInteger.prototype.clamp = bnpClamp; method in BigInteger 830 r.clamp(); [all …]
|
/external/webkit/SunSpider/tests/v8-v4/ |
D | v8-crypto.js | 230 this.clamp(); 346 r.clamp(); 366 r.clamp(); 402 r.clamp(); 418 r.clamp(); 439 r.clamp(); 491 r.clamp(); 589 x.clamp(); 636 BigInteger.prototype.clamp = bnpClamp; method in BigInteger 822 r.clamp(); [all …]
|
/external/skia/tests/ |
D | MathTest.cpp | 274 int clamp = SkClampMax(value, max); in TestMath() local 276 REPORTER_ASSERT(reporter, clamp == clamp2); in TestMath()
|
/external/webkit/WebCore/css/ |
D | CSSPropertyNames.in | 204 -webkit-line-clamp
|
/external/quake/quake/src/QW/ |
D | qw2do.txt | 37 x- clamp topcolor/bottomcolor (crashes glqwcl with high bogus values)
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
D | cssproperties.in | 49 -webkit-line-clamp
|
/external/libvpx/vp8/common/arm/armv6/ |
D | filter_v6.asm | 235 usat r6, #8, r6, asr #7 ; shift and clamp
|
/external/webkit/WebCore/inspector/front-end/ |
D | SourceCSSTokenizer.re2js | 82 "-webkit-font-smoothing", "-webkit-highlight", "-webkit-line-break", "-webkit-line-clamp",
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_opengl.h | 4208 typedef void (APIENTRYP PFNGLCLAMPCOLORARBPROC) (GLenum target, GLenum clamp);
|
/external/iproute2/doc/ |
D | ip-cref.tex | 1307 --- \threeonly the clamp for congestion window. It is ignored if the \verb|lock|
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-08-23 | 25735 …(DOM::CSSComputedStyleDeclarationImpl::getPropertyCSSValue): add -apple-line-clamp and -apple-text… 37087 (NodeImpl::rootEditableElement): Add code to clamp the return value to the body element. 45951 …Fix for Emerson truncation problem using apple-line-clamp. Always dirty positioned objects so tha… 46160 …Fix the apple-line-clamp values to more closely match what is needed, an even split of the max lin…
|
D | ChangeLog-2006-12-31 | 21094 At that point clamp to 10ms to prevent excessive CPU usage. 40431 special case for a line clamp of -1, which should come back as "none"
|
D | ChangeLog-2010-01-29 | 32059 …6946165> Would like to be able to specify the number of visible lines when using -webkit-line-clamp 32061 Test: fast/overflow/line-clamp.html 32072 …crollByRecursively): Call isNone on the LineClampValue to see if the line-clamp property has been …
|
D | ChangeLog-2007-10-14 | 11004 - fix <rdar://problem/5407795> -apple-line-clamp should never display less than one line 39498 …l view. Also, don't try to scroll overflow layers that have -webkit-line-clamp restricting the he…
|
/external/dbus/ |
D | ChangeLog | 12802 * dbus/dbus-string.c (_dbus_string_init): clamp max length to
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 5407 clamp klamp
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 31546 use the SourceProvider pointer for this now. Don't clamp the
|