Searched defs:savings (Results 1 - 9 of 9) sorted by relevance

/external/libvncserver/libvncserver/
H A Dstats.c379 double savings=0.0; local
399 savings = 0.0;
401 savings = 100.0 - (((double)bytes / (double)bytesIfRaw) * 100.0);
404 name, count, bytes, bytesIfRaw, savings);
416 savings = 0.0;
419 savings = 100.0 - (((double)bytes / (double)bytesIfRaw) * 100.0);
422 name, count, bytes, bytesIfRaw, savings);
427 savings=0.0;
429 savings = 100.0 - ((totalBytes/totalBytesIfRaw)*100.0);
431 "TOTALS", totalRects, totalBytes,totalBytesIfRaw, savings);
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_subexp.c130 const int savings = old_b - new_b - update_b; local
131 if (savings > bestsavings) {
132 bestsavings = savings;
144 int i, old_b, new_b, update_b, savings, bestsavings, step; local
168 savings = old_b - new_b - update_b;
169 if (savings > bestsavings) {
170 bestsavings = savings;
182 const int savings = vp9_prob_diff_update_savings_search(ct, *oldp, &newp, local
185 if (savings > 0) {
H A Dvp9_bitstream.c522 int savings = 0; local
543 savings += s - (int)(vp9_cost_zero(upd));
545 savings -= (int)(vp9_cost_zero(upd));
553 // printf("Update %d %d, savings %d\n", update[0], update[1], savings);
555 if (update[1] == 0 || savings < 0) {
/external/icu/icu4c/source/tools/toolutil/
H A Ducmstate.c621 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, localSaving local
900 int32_t state, savings; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp701 * 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));
750 logln(UnicodeString("Pass: DST savings o
1129 int32_t savings = cst->getDSTSavings(); local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c854 int savings = 0; local
917 savings += prev_coef_savings[k];
924 return savings;
930 int savings = 0; local
963 savings += s;
973 return savings;
1002 int savings = 0; local
1042 savings += (oldtotal - newtotal) / 256;
1047 savings += independent_coef_context_savings(cpi);
1049 savings
1058 int savings = 0; local
1082 int savings = 0; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 680 milliseconds