Searched refs:bestsavings (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_subexp.c123 int bestsavings = 0; local
131 if (savings > bestsavings) {
132 bestsavings = savings;
137 return bestsavings;
144 int i, old_b, new_b, update_b, savings, bestsavings, step; local
153 bestsavings = 0;
169 if (savings > bestsavings) {
170 bestsavings = savings;
175 return bestsavings;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_subexp.c124 int bestsavings = 0; local
132 if (savings > bestsavings) {
133 bestsavings = savings;
138 return bestsavings;
145 int i, old_b, new_b, update_b, savings, bestsavings, step; local
154 bestsavings = 0;
170 if (savings > bestsavings) {
171 bestsavings = savings;
176 return bestsavings;

Completed in 99 milliseconds