Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dencodemv.c236 const int cur_b = vp8_cost_branch(ct, *cur_p); in update()
237 const int new_b = vp8_cost_branch(ct, new_p); in update()
Dbitstream.c94 new_b += vp8_cost_branch(bct[i], Pnew[i]); in update_mode()
95 old_b += vp8_cost_branch(bct[i], Pcur[i]); in update_mode()
1225 const int old_b = vp8_cost_branch(ct, old); in vp8_estimate_entropy_savings()
1226 const int new_b = vp8_cost_branch(ct, newp); in vp8_estimate_entropy_savings()
1294 const int old_b = vp8_cost_branch(ct, old); in update_coef_probs()
1295 const int new_b = vp8_cost_branch(ct, newp); in update_coef_probs()
Dtreewriter.h45 static __inline unsigned int vp8_cost_branch(const unsigned int ct[2], vp8_prob p) in vp8_cost_branch() function