/external/chromium_org/courgette/ |
analyze_stress_test | 77 local savings="$((bsdiff_total - best_total))" 78 echo "${savings} bytes saved by courgette" 80 local pct_savings="$(echo "100*${savings}/${bsdiff_total}" \ 83 echo "${pct_savings}% savings"
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_subexp.c | 174 const int savings = old_b - new_b - update_b; local 175 if (savings > bestsavings) { 176 bestsavings = savings; 189 int i, old_b, new_b, update_b, savings, bestsavings, step; local 213 savings = old_b - new_b - update_b; 214 if (savings > bestsavings) { 215 bestsavings = savings; 226 const int savings = vp9_prob_diff_update_savings_search(ct, *oldp, &newp, local 229 if (savings > 0) {
|
vp9_bitstream.c | 803 int savings = 0; local 827 savings += s - (int)(vp9_cost_zero(upd)); 829 savings -= (int)(vp9_cost_zero(upd)); 837 // printf("Update %d %d, savings %d\n", update[0], update[1], savings); 839 if (update[1] == 0 || savings < 0) { [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucmstate.c | 621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local 648 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */ 650 savings=0; 683 savings+=count[i]; 689 /* subtract from the possible savings the cost of an additional state */ 690 savings=savings*2-1024; /* count bytes, not 16-bit words */ 691 if(savings<=0) { 695 printf("compacting toUnicode data saves %ld bytes\n", (long)savings); 844 int32_t i, entry, savings, localSavings, belowSavings local 900 int32_t state, savings; local [all...] |
/external/icu4c/tools/toolutil/ |
ucmstate.c | 621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local 648 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */ 650 savings=0; 683 savings+=count[i]; 689 /* subtract from the possible savings the cost of an additional state */ 690 savings=savings*2-1024; /* count bytes, not 16-bit words */ 691 if(savings<=0) { 695 printf("compacting toUnicode data saves %ld bytes\n", (long)savings); 844 int32_t i, entry, savings, localSavings, belowSavings local 900 int32_t state, savings; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
bitstream.c | 855 int savings = 0; local 918 savings += prev_coef_savings[k]; 925 return savings; 931 int savings = 0; local 964 savings += s; 974 return savings; 1003 int savings = 0; local 1043 savings += (oldtotal - newtotal) / 256; 1048 savings += independent_coef_context_savings(cpi); 1050 savings += default_coef_context_savings(cpi) 1059 int savings = 0; local 1083 int savings = 0; local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tzregts.cpp | 223 * Savings Time (PDT) does work at 2am. 466 dataerrln("We're not in Daylight Savings Time and we should be. - %s", u_errorName(status)); 697 * SimpleTimeZone accepts illegal DST savings values. These values 711 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time 716 int32_t savings = DATA[i]; local 727 savings, status); // <- what we're interested in 732 z->setDSTSavings(savings, status); 738 errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status)); 741 logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status)) 1125 int32_t savings = cst->getDSTSavings(); local [all...] |
/external/icu4c/test/intltest/ |
tzregts.cpp | 223 * Savings Time (PDT) does work at 2am. 466 dataerrln("We're not in Daylight Savings Time and we should be. - %s", u_errorName(status)); 701 * SimpleTimeZone accepts illegal DST savings values. These values 715 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time 720 int32_t savings = DATA[i]; local 731 savings, status); // <- what we're interested in 736 z->setDSTSavings(savings, status); 742 errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status)); 745 logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status)) 1129 int32_t savings = cst->getDSTSavings(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
AuditRules.js | 105 var savings = 2 * size / 3; 106 totalSavings += savings; 107 summary.addFormatted("%r could save ~%s", request.url, Number.bytesToString(savings)); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar | |
org.eclipse.equinox.preferences_3.3.0.v20100503.jar | |
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | |
/external/libvorbis/doc/ |
01-introduction.tex | 311 50\% inter-frame buffer space savings, and then complete the transform
|
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |