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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_subexp.c123 int bestsavings = 0; local
131 if (savings > bestsavings) {
132 bestsavings = savings;
137 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;
188 if (savings > bestsavings) {
189 bestsavings
[all...]

Completed in 70 milliseconds