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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_subexp.c 130 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) {
vp9_bitstream.c 526 int savings = 0; local
547 savings += s - (int)(vp9_cost_zero(upd));
549 savings -= (int)(vp9_cost_zero(upd));
557 // printf("Update %d %d, savings %d\n", update[0], update[1], savings);
559 if (update[1] == 0 || savings < 0) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 131 const int savings = old_b - new_b - update_b; local
132 if (savings > bestsavings) {
133 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;
183 const int savings = vp9_prob_diff_update_savings_search(ct, *oldp, &newp, local
186 if (savings > 0) {
vp9_bitstream.c 526 int savings = 0; local
547 savings += s - (int)(vp9_cost_zero(upd));
549 savings -= (int)(vp9_cost_zero(upd));
557 // printf("Update %d %d, savings %d\n", update[0], update[1], savings);
559 if (update[1] == 0 || savings < 0) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_subexp.c 131 const int savings = old_b - new_b - update_b; local
132 if (savings > bestsavings) {
133 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;
183 const int savings = vp9_prob_diff_update_savings_search(ct, *oldp, &newp, local
186 if (savings > 0) {
vp9_bitstream.c 526 int savings = 0; local
547 savings += s - (int)(vp9_cost_zero(upd));
549 savings -= (int)(vp9_cost_zero(upd));
557 // printf("Update %d %d, savings %d\n", update[0], update[1], savings);
559 if (update[1] == 0 || savings < 0) {
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/net/spdyproxy/
DataReductionProxySettings.java 155 double savings = 0; local
157 savings = (length.getOriginal() - length.getReceived()) / (double) length.getOriginal();
160 return percentageFormatter.format(savings);
  /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/icu/icu4c/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/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));
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/libvpx/source/libvpx/vp8/encoder/
bitstream.c 854 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 += default_coef_context_savings(cpi)
1058 int savings = 0; local
1082 int savings = 0; local
    [all...]
  /external/icu/icu4c/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));
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/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 3473 milliseconds