HomeSort by relevance Sort by last modified time
    Searched refs:update_b (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 127 const int update_b = prob_diff_update_cost(newp, oldp) + upd_cost; local
128 const int savings = old_b - new_b - update_b;
143 int i, old_b, new_b, update_b, savings, bestsavings; local
167 update_b = prob_diff_update_cost(newp, oldp) + upd_cost;
168 savings = old_b - new_b - update_b;
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 712 const int update_b = 8 + ((vp8_cost_one(upd) - vp8_cost_zero(upd)) >> 8); local
714 return old_b - new_b - update_b;
    [all...]

Completed in 121 milliseconds