Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c128 const int savings = old_b - new_b - update_b; in vp9_prob_diff_update_savings_search() local
129 if (savings > bestsavings) { in vp9_prob_diff_update_savings_search()
130 bestsavings = savings; in vp9_prob_diff_update_savings_search()
143 int i, old_b, new_b, update_b, savings, bestsavings; in vp9_prob_diff_update_savings_search_model() local
168 savings = old_b - new_b - update_b; in vp9_prob_diff_update_savings_search_model()
169 if (savings > bestsavings) { in vp9_prob_diff_update_savings_search_model()
170 bestsavings = savings; in vp9_prob_diff_update_savings_search_model()
184 const int savings = in vp9_cond_prob_diff_update() local
187 if (savings > 0) { in vp9_cond_prob_diff_update()
Dvp9_bitstream.c551 int savings = 0; in update_coef_probs_common() local
571 savings += s - (int)(vp9_cost_zero(upd)); in update_coef_probs_common()
573 savings -= (int)(vp9_cost_zero(upd)); in update_coef_probs_common()
583 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.c623 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; in compactToUnicode2() local
652 savings=0; in compactToUnicode2()
685 savings+=count[i]; in compactToUnicode2()
692 savings=savings*2-1024; /* count bytes, not 16-bit words */ in compactToUnicode2()
693 if(savings<=0) { in compactToUnicode2()
697 printf("compacting toUnicode data saves %ld bytes\n", (long)savings); in compactToUnicode2()
846 int32_t i, entry, savings, localSavings, belowSavings; in findUnassigned() local
854 savings=findUnassigned(states, in findUnassigned()
860 if(savings<0) { in findUnassigned()
862 } 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-geps.ll1 …p-unroll -unroll-max-iteration-count-to-analyze=100 -unroll-dynamic-cost-savings-discount=1000 -un…
Dpartial-unroll-const-bounds.ll1 …low-partial -unroll-runtime -unroll-allow-remainder -unroll-dynamic-cost-savings-discount=0 | File…
Dfull-unroll-heuristics-dce.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…
Dfull-unroll-heuristics-2.ll1 …10 -unroll-percent-dynamic-cost-saved-threshold=70 -unroll-dynamic-cost-savings-discount=90 | Fil…
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c720 int savings = 0; in independent_coef_context_savings() local
774 savings += prev_coef_savings[k]; in independent_coef_context_savings()
779 return savings; in independent_coef_context_savings()
784 int savings = 0; in default_coef_context_savings() local
809 savings += s; in default_coef_context_savings()
815 return savings; in default_coef_context_savings()
838 int savings = 0; in vp8_estimate_entropy_savings() local
875 savings += (oldtotal - newtotal) / 256; in vp8_estimate_entropy_savings()
879 savings += independent_coef_context_savings(cpi); in vp8_estimate_entropy_savings()
881 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/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt53 critical for Y2K testing, set to time before daylight savings (and then
54 after daylight savings). ==> This is probably multiple test cases.
74 critical for Y2K testing, set to time before daylight savings (and then
75 after daylight savings). ==> This is probably multiple test cases. Some
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRegressionTest.java400 int savings = DATA[i]; in Test4154525() local
411 savings); // <- what we're interested in in Test4154525()
416 z.setDSTSavings(savings); in Test4154525()
420 logln("Pass: DST savings of " + savings + " accepted by " + method); in Test4154525()
422 errln("Fail: DST savings of " + savings + " accepted by " + method); in Test4154525()
426 errln("Fail: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525()
428 logln("Pass: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRegressionTest.java401 int savings = DATA[i]; in Test4154525() local
412 savings); // <- what we're interested in in Test4154525()
417 z.setDSTSavings(savings); in Test4154525()
421 logln("Pass: DST savings of " + savings + " accepted by " + method); in Test4154525()
423 errln("Fail: DST savings of " + savings + " accepted by " + method); in Test4154525()
427 errln("Fail: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525()
429 logln("Pass: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525()
/external/linux-kselftest/tools/testing/selftests/zram/
DREADME8 good amounts of memory savings. Some of the usecases include /tmp storage,
/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/llvm/test/Transforms/ConstantHoisting/ARM/
Dbad-cases.ll50 ; them to a mul in the backend is larget than constant materialization savings.
/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/flatbuffers/docs/source/
DInternals.md353 available for a subset of types for which these savings can be significant,
358 that don't store the size (`TYPE_VECTOR_INT2` etc.), for an additional savings
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/tools/srcgen/resources/
Dreplacements.txt201 * savings.

12