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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_subexp.c129 const int update_b = prob_diff_update_cost(newp, oldp) + vp9_cost_upd256; local
130 const int savings = old_b - new_b - update_b;
145 int i, old_b, new_b, update_b, savings, bestsavings, step; local
167 update_b = prob_diff_update_cost(newp, oldp[PIVOT_NODE]) +
169 savings = old_b - new_b - update_b;
185 update_b = prob_diff_update_cost(newp, oldp[PIVOT_NODE]) +
187 savings = old_b - new_b - update_b;
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c847 const int update_b = 8 + local
850 return old_b - new_b - update_b;

Completed in 91 milliseconds