Home
last modified time | relevance | path

Searched refs:savings (Results 1 – 25 of 34) sorted by relevance

12

/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c130 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 …]
Dvp9_bitstream.c543 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/
Dstats.c383 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/
Ducmstate.c621 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/
Dfull-unroll-heuristics.ll5 ; 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…
Dfull-unroll-heuristics-phi-prop.ll1 …p-unroll -unroll-max-iteration-count-to-analyze=100 -unroll-dynamic-cost-savings-discount=1000 -un…
Dfull-unroll-heuristics-2.ll1 …10 -unroll-percent-dynamic-cost-saved-threshold=50 -unroll-dynamic-cost-savings-discount=90 | Fil…
Dfull-unroll-heuristics-cast.ll1 …p-unroll -unroll-max-iteration-count-to-analyze=100 -unroll-dynamic-cost-savings-discount=1000 -un…
Dfull-unroll-heuristics-cmp.ll1 …p-unroll -unroll-max-iteration-count-to-analyze=100 -unroll-dynamic-cost-savings-discount=1000 -un…
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c856 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/
Dtzregts.cpp720 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/
DTimeZoneRegression.java391 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/
DTimeZoneRegression.java395 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/
Dmtp_file_entry.proto26 // daylight savings time.
/external/autotest/client/profilers/powertop/src/
DREADME19 well your laptop is doing in terms of power savings. In addition,
/external/icu/icu4j/perf-tests/data/conversion/
Denglish.txt15 …server or multi-tiered applications and websites offers significant cost savings over the use of l…
/external/webrtc/webrtc/
DLICENSE_THIRD_PARTY304 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/
Dreplacements.txt140 * savings.
/external/srtp/doc/
Ddraft-irtf-cfrg-icm-00.txt329 minor disadvantage is well outweighed by other savings. The Offset
/external/libvorbis/doc/
D01-introduction.tex311 50\% inter-frame buffer space savings, and then complete the transform
/external/chromium-trace/catapult/third_party/flot/
DAPI.md611 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/
Dmozilla.status240 # The following two tests assume that daylight savings time starts first
/external/libjpeg-turbo/
Dusage.txt560 encoded as a color JPEG. (In such a case, the space savings from getting rid
/external/curl/docs/
DFAQ987 During daylight savings time, when -R is used, curl will set a time that
/external/ceres-solver/docs/source/
Dsolving.rst491 substantial savings in time and memory for large sparse

12