Home
last modified time | relevance | path

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

1234

/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c129 const int savings = old_b - new_b - update_b; in vp9_prob_diff_update_savings_search() local
130 if (savings > bestsavings) { in vp9_prob_diff_update_savings_search()
131 bestsavings = savings; in vp9_prob_diff_update_savings_search()
144 int i, old_b, new_b, update_b, savings, bestsavings; 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()
185 const int savings = in vp9_cond_prob_diff_update() local
188 if (savings > 0) { in vp9_cond_prob_diff_update()
/external/icu/icu4c/source/tools/toolutil/
Ducmstate.cpp623 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; in compactToUnicode2() local
652 savings=0; in compactToUnicode2()
686 savings+=count[i]; in compactToUnicode2()
693 savings=savings*2-1024; /* count bytes, not 16-bit words */ in compactToUnicode2()
694 if(savings<=0) { in compactToUnicode2()
698 printf("compacting toUnicode data saves %ld bytes\n", (long)savings); in compactToUnicode2()
847 int32_t i, entry, savings, localSavings, belowSavings; in findUnassigned() local
855 savings=findUnassigned(states, in findUnassigned()
861 if(savings<0) { in findUnassigned()
863 } else if(savings>0) { in findUnassigned()
[all …]
/external/zstd/lib/dictBuilder/
Dzdict.c210 U32 savings; member
217 d->savings = (U32)(-1); in ZDICT_initDictItem()
230 U32 savings[LLIMIT] = {0}; in ZDICT_analyzePos() local
362 savings[5] = 0; in ZDICT_analyzePos()
364 savings[i] = savings[i-1] + (lengthList[i] * (i-3)); in ZDICT_analyzePos()
367 …(unsigned)pos, (unsigned)maxLength, (unsigned)savings[maxLength], (double)savings[maxLength] / max… in ZDICT_analyzePos()
371 solution.savings = savings[maxLength]; in ZDICT_analyzePos()
424 table[u].savings += elt.savings * addedLength / elt.length; /* rough approx */ in ZDICT_tryMerge()
425 table[u].savings += elt.length / 8; /* rough approx bonus */ in ZDICT_tryMerge()
428 while ((u>1) && (table[u-1].savings < elt.savings)) in ZDICT_tryMerge()
[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.c679 int savings = 0; in independent_coef_context_savings() local
733 savings += prev_coef_savings[k]; in independent_coef_context_savings()
738 return savings; in independent_coef_context_savings()
743 int savings = 0; in default_coef_context_savings() local
768 savings += s; in default_coef_context_savings()
774 return savings; in default_coef_context_savings()
797 int savings = 0; in vp8_estimate_entropy_savings() local
834 savings += (oldtotal - newtotal) / 256; in vp8_estimate_entropy_savings()
838 savings += independent_coef_context_savings(cpi); in vp8_estimate_entropy_savings()
840 savings += default_coef_context_savings(cpi); in vp8_estimate_entropy_savings()
[all …]
/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/icu4c/source/test/intltest/
Dtzregts.cpp722 int32_t savings = DATA[i]; in Test4154525() local
733 savings, status); // <- what we're interested in in Test4154525()
738 z->setDSTSavings(savings, status); in Test4154525()
744 …errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(… in Test4154525()
747 …logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(… in Test4154525()
752 … logln(UnicodeString("Pass: DST savings of ") + savings + " accepted by " + method); in Test4154525()
755 … errln(UnicodeString("Fail: DST savings of ") + savings + " accepted by " + method); in Test4154525()
1126 int32_t savings = cst->getDSTSavings(); in TestJDK12API() local
1127 if(savings != 60*60*1000) { in TestJDK12API()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRegressionTest.java403 int savings = DATA[i]; in Test4154525() local
414 savings); // <- what we're interested in in Test4154525()
419 z.setDSTSavings(savings); in Test4154525()
423 logln("Pass: DST savings of " + savings + " accepted by " + method); in Test4154525()
425 errln("Fail: DST savings of " + savings + " accepted by " + method); in Test4154525()
429 errln("Fail: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525()
431 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.java406 int savings = DATA[i]; in Test4154525() local
417 savings); // <- what we're interested in in Test4154525()
422 z.setDSTSavings(savings); in Test4154525()
426 logln("Pass: DST savings of " + savings + " accepted by " + method); in Test4154525()
428 errln("Fail: DST savings of " + savings + " accepted by " + method); in Test4154525()
432 errln("Fail: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525()
434 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/llvm-project/llvm/test/CodeGen/X86/
Dimmediate_merging64.ll5 ; 32-bit immediates are merged for code size savings.
/external/arm-trusted-firmware/docs/plat/
Dls1043a.rst11 and LS1023A deliver addition power savings for applications such as Wireless
/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/llvm-project/llvm/test/CodeGen/ARM/
Dsdiv-pow2-thumb-size.ll52 ; 128 don't give any code size 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/llvm-project/llvm/test/Transforms/ConstantHoisting/X86/
Dbad-cases.ll6 ; them to a mul in the backend is larget than constant materialization savings.
/external/llvm-project/llvm/test/Transforms/ConstantHoisting/ARM/
Dbad-cases.ll50 ; them to a mul in the backend is larget than constant materialization savings.

1234