Searched refs:update_b (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
H A D | vp9_subexp.c | 129 const int update_b = prob_diff_update_cost(newp, oldp) + vp9_cost_upd256; local 130 const int savings = old_b - new_b - update_b; 144 int i, old_b, new_b, update_b, savings, bestsavings, step; local 166 update_b = prob_diff_update_cost(newp, oldp[PIVOT_NODE]) + 168 savings = old_b - new_b - update_b;
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_subexp.c | 130 const int update_b = prob_diff_update_cost(newp, oldp) + vp9_cost_upd256; local 131 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;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
H A D | bitstream.c | 845 const int update_b = 8 + local 848 return old_b - new_b - update_b;
|
/external/libvpx/libvpx/vp8/encoder/ |
H A D | bitstream.c | 846 const int update_b = 8 + local 849 return old_b - new_b - update_b;
|
Completed in 472 milliseconds