Home
last modified time | relevance | path

Searched refs:update_b (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_subexp.c130 const int update_b = prob_diff_update_cost(newp, oldp) + vp9_cost_upd256; in vp9_prob_diff_update_savings_search() local
131 const int savings = old_b - new_b - update_b; in vp9_prob_diff_update_savings_search()
145 int i, old_b, new_b, update_b, savings, bestsavings, step; in vp9_prob_diff_update_savings_search_model() local
167 update_b = prob_diff_update_cost(newp, oldp[PIVOT_NODE]) + in vp9_prob_diff_update_savings_search_model()
169 savings = old_b - new_b - update_b; in vp9_prob_diff_update_savings_search_model()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c846 const int update_b = 8 + in prob_update_savings() local
849 return old_b - new_b - update_b; in prob_update_savings()