Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c207 const int cur_b = vp8_cost_branch(ct, *cur_p); in update()
208 const int new_b = vp8_cost_branch(ct, new_p); in update()
Dtreewriter.h50 static INLINE unsigned int vp8_cost_branch(const unsigned int ct[2], vp8_prob p) in vp8_cost_branch() function
Dbitstream.c85 new_b += vp8_cost_branch(bct[i], Pnew[i]); in update_mode()
86 old_b += vp8_cost_branch(bct[i], Pcur[i]); in update_mode()
845 const int old_b = vp8_cost_branch(ct, oldp); in prob_update_savings()
846 const int new_b = vp8_cost_branch(ct, newp); in prob_update_savings()