Searched refs:savings (Results 1 - 15 of 15) sorted by relevance

/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;
145 int i, old_b, new_b, update_b, savings, bestsavings, step; local
169 savings = old_b - new_b - update_b;
170 if (savings > bestsavings) {
171 bestsavings = savings;
187 savings = old_b - new_b - update_b;
188 if (savings > bestsavings) {
189 bestsavings = savings;
203 const int savings = vp9_prob_diff_update_savings_search(ct, *oldp, &newp, local
[all...]
H A Dvp9_bitstream.c543 int savings = 0; local
564 savings += s - (int)(vp9_cost_zero(upd));
566 savings -= (int)(vp9_cost_zero(upd));
574 // printf("Update %d %d, savings %d\n", update[0], update[1], savings);
576 if (update[1] == 0 || savings < 0) {
/external/libvncserver/libvncserver/
H A Dstats.c383 double savings=0.0; local
403 savings = 0.0;
405 savings = 100.0 - (((double)bytes / (double)bytesIfRaw) * 100.0);
408 name, count, bytes, bytesIfRaw, savings);
420 savings = 0.0;
423 savings = 100.0 - (((double)bytes / (double)bytesIfRaw) * 100.0);
426 name, count, bytes, bytesIfRaw, savings);
431 savings=0.0;
433 savings = 100.0 - ((totalBytes/totalBytesIfRaw)*100.0);
435 "TOTALS", totalRects, totalBytes,totalBytesIfRaw, savings);
[all...]
/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/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c856 int savings = 0; local
919 savings += prev_coef_savings[k];
926 return savings;
932 int savings = 0; local
965 savings += s;
975 return savings;
1004 int savings = 0; local
1044 savings += (oldtotal - newtotal) / 256;
1049 savings += independent_coef_context_savings(cpi);
1051 savings
1060 int savings = 0; local
1084 int savings = 0; 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneRegression.java381 * SimpleTimeZone accepts illegal DST savings values. These values
392 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time
395 int savings = DATA[i];
406 savings); // <- what we're interested in
411 z.setDSTSavings(savings);
415 logln("Pass: DST savings of " + savings + " accepted by " + method);
417 errln("Fail: DST savings of " + savings + " accepted by " + method);
421 errln("Fail: DST savings o
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRegression.java377 * SimpleTimeZone accepts illegal DST savings values. These values
388 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time
391 int savings = DATA[i];
402 savings); // <- what we're interested in
407 z.setDSTSavings(savings);
411 logln("Pass: DST savings of " + savings + " accepted by " + method);
413 errln("Fail: DST savings of " + savings + " accepted by " + method);
417 errln("Fail: DST savings o
[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 ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/libvorbis/doc/
H A D01-introduction.tex311 50\% inter-frame buffer space savings, and then complete the transform
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 699 milliseconds