HomeSort by relevance Sort by last modified time
    Searched refs:savings (Results 1 - 13 of 13) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 128 const int savings = old_b - new_b - update_b; local
129 if (savings > bestsavings) {
130 bestsavings = savings;
143 int i, old_b, new_b, update_b, savings, bestsavings; local
168 savings = old_b - new_b - update_b;
169 if (savings > bestsavings) {
170 bestsavings = savings;
184 const int savings = local
187 if (savings > 0) {
vp9_bitstream.c 552 int savings = 0; local
572 savings += s - (int)(vp9_cost_zero(upd));
574 savings -= (int)(vp9_cost_zero(upd));
582 // printf("Update %d %d, savings %d\n", update[0], update[1], savings);
584 if (update[1] == 0 || savings < 0) {
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucmstate.cpp 623 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local
650 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */
652 savings=0;
685 savings+=count[i];
691 /* subtract from the possible savings the cost of an additional state */
692 savings=savings*2-1024; /* count bytes, not 16-bit words */
693 if(savings<=0) {
697 printf("compacting toUnicode data saves %ld bytes\n", (long)savings);
846 int32_t i, entry, savings, localSavings, belowSavings local
902 int32_t state, savings; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 679 int savings = 0; local
733 savings += prev_coef_savings[k];
738 return savings;
743 int savings = 0; local
768 savings += s;
774 return savings;
797 int savings = 0; local
834 savings += (oldtotal - newtotal) / 256;
838 savings += independent_coef_context_savings(cpi);
840 savings += default_coef_context_savings(cpi)
848 int savings = 0; local
869 int savings = 0; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 225 * Savings Time (PDT) does work at 2am.
468 dataerrln("We're not in Daylight Savings Time and we should be. - %s", u_errorName(status));
703 * SimpleTimeZone accepts illegal DST savings values. These values
716 INT32_MAX, GOOD, // no upper limit on DST savings at this time
722 int32_t savings = DATA[i]; local
733 savings, status); // <- what we're interested in
738 z->setDSTSavings(savings, status);
744 errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status));
747 logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status))
1131 int32_t savings = cst->getDSTSavings(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 125 * Savings Time (PDT) does work at 2am.
327 errln("We're not in Daylight Savings Time and we should be.\n");
391 * SimpleTimeZone accepts illegal DST savings values. These values
402 Integer.MAX_VALUE, GOOD, // no upper limit on DST savings at this time
406 int savings = DATA[i]; local
417 savings); // <- what we're interested in
422 z.setDSTSavings(savings);
426 logln("Pass: DST savings of " + savings + " accepted by " + method);
428 errln("Fail: DST savings of " + savings + " accepted by " + method)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 122 * Savings Time (PDT) does work at 2am.
324 errln("We're not in Daylight Savings Time and we should be.\n");
388 * SimpleTimeZone accepts illegal DST savings values. These values
399 Integer.MAX_VALUE, GOOD, // no upper limit on DST savings at this time
403 int savings = DATA[i]; local
414 savings); // <- what we're interested in
419 z.setDSTSavings(savings);
423 logln("Pass: DST savings of " + savings + " accepted by " + method);
425 errln("Fail: DST savings of " + savings + " accepted by " + method)
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar 
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 
  /build/soong/finder/
finder.go 691 // but the space and time savings are small, and json is easy for humans to read
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 765 milliseconds