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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
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/libvpx/libvpx/vp9/encoder/
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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
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/
bitstream.c 846 const int update_b = 8 + local
849 return old_b - new_b - update_b;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 846 const int update_b = 8 + local
849 return old_b - new_b - update_b;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 846 const int update_b = 8 + local
849 return old_b - new_b - update_b;
    [all...]

Completed in 265 milliseconds