Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dbitstream.c83 unsigned int new_b = 0, old_b = 0; in update_mode() local
95 old_b += vp8_cost_branch(bct[i], Pcur[i]); in update_mode()
99 if (new_b + (n << 8) < old_b) in update_mode()
1225 const int old_b = vp8_cost_branch(ct, old); in vp8_estimate_entropy_savings() local
1231 const int s = old_b - new_b - update_b; in vp8_estimate_entropy_savings()
1294 const int old_b = vp8_cost_branch(ct, old); in update_coef_probs() local
1300 const int s = old_b - new_b - update_b; in update_coef_probs()