/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_subexp.c | 130 const int savings = old_b - new_b - update_b; in vp9_prob_diff_update_savings_search() local 131 if (savings > bestsavings) { in vp9_prob_diff_update_savings_search() 132 bestsavings = savings; in vp9_prob_diff_update_savings_search() 145 int i, old_b, new_b, update_b, savings, bestsavings, step; in vp9_prob_diff_update_savings_search_model() local 169 savings = old_b - new_b - update_b; in vp9_prob_diff_update_savings_search_model() 170 if (savings > bestsavings) { in vp9_prob_diff_update_savings_search_model() 171 bestsavings = savings; in vp9_prob_diff_update_savings_search_model() 187 savings = old_b - new_b - update_b; in vp9_prob_diff_update_savings_search_model() 188 if (savings > bestsavings) { in vp9_prob_diff_update_savings_search_model() 189 bestsavings = savings; in vp9_prob_diff_update_savings_search_model() [all …]
|
D | vp9_bitstream.c | 543 int savings = 0; in update_coef_probs_common() local 564 savings += s - (int)(vp9_cost_zero(upd)); in update_coef_probs_common() 566 savings -= (int)(vp9_cost_zero(upd)); in update_coef_probs_common() 576 if (update[1] == 0 || savings < 0) { in update_coef_probs_common()
|
/external/libvncserver/libvncserver/ |
D | stats.c | 383 double savings=0.0; in rfbPrintStats() local 403 savings = 0.0; in rfbPrintStats() 405 savings = 100.0 - (((double)bytes / (double)bytesIfRaw) * 100.0); in rfbPrintStats() 408 name, count, bytes, bytesIfRaw, savings); in rfbPrintStats() 420 savings = 0.0; in rfbPrintStats() 423 savings = 100.0 - (((double)bytes / (double)bytesIfRaw) * 100.0); in rfbPrintStats() 426 name, count, bytes, bytesIfRaw, savings); in rfbPrintStats() 431 savings=0.0; in rfbPrintStats() 433 savings = 100.0 - ((totalBytes/totalBytesIfRaw)*100.0); in rfbPrintStats() 435 "TOTALS", totalRects, totalBytes,totalBytesIfRaw, savings); in rfbPrintStats() [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ucmstate.c | 621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; in compactToUnicode2() local 650 savings=0; in compactToUnicode2() 683 savings+=count[i]; in compactToUnicode2() 690 savings=savings*2-1024; /* count bytes, not 16-bit words */ in compactToUnicode2() 691 if(savings<=0) { in compactToUnicode2() 695 printf("compacting toUnicode data saves %ld bytes\n", (long)savings); in compactToUnicode2() 844 int32_t i, entry, savings, localSavings, belowSavings; in findUnassigned() local 852 savings=findUnassigned(states, in findUnassigned() 858 if(savings<0) { in findUnassigned() 860 } else if(savings>0) { in findUnassigned() [all …]
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | full-unroll-heuristics.ll | 5 ; 2) -unroll-dynamic-cost-savings-discount 20 …10 -unroll-percent-dynamic-cost-saved-threshold=20 -unroll-dynamic-cost-savings-discount=0 | File… 21 …10 -unroll-percent-dynamic-cost-saved-threshold=20 -unroll-dynamic-cost-savings-discount=90 | Fil… 22 …10 -unroll-percent-dynamic-cost-saved-threshold=80 -unroll-dynamic-cost-savings-discount=90 | Fil… 23 …100 -unroll-percent-dynamic-cost-saved-threshold=80 -unroll-dynamic-cost-savings-discount=0 | File…
|
D | full-unroll-heuristics-phi-prop.ll | 1 …p-unroll -unroll-max-iteration-count-to-analyze=100 -unroll-dynamic-cost-savings-discount=1000 -un…
|
D | full-unroll-heuristics-2.ll | 1 …10 -unroll-percent-dynamic-cost-saved-threshold=50 -unroll-dynamic-cost-savings-discount=90 | Fil…
|
D | full-unroll-heuristics-cast.ll | 1 …p-unroll -unroll-max-iteration-count-to-analyze=100 -unroll-dynamic-cost-savings-discount=1000 -un…
|
D | full-unroll-heuristics-cmp.ll | 1 …p-unroll -unroll-max-iteration-count-to-analyze=100 -unroll-dynamic-cost-savings-discount=1000 -un…
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 856 int savings = 0; in independent_coef_context_savings() local 919 savings += prev_coef_savings[k]; in independent_coef_context_savings() 926 return savings; in independent_coef_context_savings() 932 int savings = 0; in default_coef_context_savings() local 965 savings += s; in default_coef_context_savings() 975 return savings; in default_coef_context_savings() 1004 int savings = 0; in vp8_estimate_entropy_savings() local 1044 savings += (oldtotal - newtotal) / 256; in vp8_estimate_entropy_savings() 1049 savings += independent_coef_context_savings(cpi); in vp8_estimate_entropy_savings() 1051 savings += default_coef_context_savings(cpi); in vp8_estimate_entropy_savings() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | tzregts.cpp | 720 int32_t savings = DATA[i]; in Test4154525() local 731 savings, status); // <- what we're interested in in Test4154525() 736 z->setDSTSavings(savings, status); in Test4154525() 742 …errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(… in Test4154525() 745 …logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(… in Test4154525() 750 … logln(UnicodeString("Pass: DST savings of ") + savings + " accepted by " + method); in Test4154525() 753 … errln(UnicodeString("Fail: DST savings of ") + savings + " accepted by " + method); in Test4154525() 1129 int32_t savings = cst->getDSTSavings(); in TestJDK12API() local 1130 if(savings != 60*60*1000) { in TestJDK12API()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRegression.java | 391 int savings = DATA[i]; in Test4154525() local 402 savings); // <- what we're interested in in Test4154525() 407 z.setDSTSavings(savings); in Test4154525() 411 logln("Pass: DST savings of " + savings + " accepted by " + method); in Test4154525() 413 errln("Fail: DST savings of " + savings + " accepted by " + method); in Test4154525() 417 errln("Fail: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525() 419 logln("Pass: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneRegression.java | 395 int savings = DATA[i]; in Test4154525() local 406 savings); // <- what we're interested in in Test4154525() 411 z.setDSTSavings(savings); in Test4154525() 415 logln("Pass: DST savings of " + savings + " accepted by " + method); in Test4154525() 417 errln("Fail: DST savings of " + savings + " accepted by " + method); in Test4154525() 421 errln("Fail: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525() 423 logln("Pass: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525()
|
/external/cros/system_api/dbus/ |
D | mtp_file_entry.proto | 26 // daylight savings time.
|
/external/autotest/client/profilers/powertop/src/ |
D | README | 19 well your laptop is doing in terms of power savings. In addition,
|
/external/icu/icu4j/perf-tests/data/conversion/ |
D | english.txt | 15 …server or multi-tiered applications and websites offers significant cost savings over the use of l…
|
/external/webrtc/webrtc/ |
D | LICENSE_THIRD_PARTY | 304 with the new US daylight savings rule passed by Congress as "The Energy Policy 305 Act of 2005," which established new daylight savings times (DST) rules for the
|
/external/icu/tools/srcgen/resources/ |
D | replacements.txt | 140 * savings.
|
/external/srtp/doc/ |
D | draft-irtf-cfrg-icm-00.txt | 329 minor disadvantage is well outweighed by other savings. The Offset
|
/external/libvorbis/doc/ |
D | 01-introduction.tex | 311 50\% inter-frame buffer space savings, and then complete the transform
|
/external/chromium-trace/catapult/third_party/flot/ |
D | API.md | 611 each individual timestamp to account for daylight savings). 615 the ticks will shift with the time zone and daylight savings of each
|
/external/v8/test/mozilla/ |
D | mozilla.status | 240 # The following two tests assume that daylight savings time starts first
|
/external/libjpeg-turbo/ |
D | usage.txt | 560 encoded as a color JPEG. (In such a case, the space savings from getting rid
|
/external/curl/docs/ |
D | FAQ | 987 During daylight savings time, when -R is used, curl will set a time that
|
/external/ceres-solver/docs/source/ |
D | solving.rst | 491 substantial savings in time and memory for large sparse
|