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.c171 const int cur_b = vp8_cost_branch(ct, *cur_p); in update()
172 const int new_b = vp8_cost_branch(ct, new_p); in update()
Dtreewriter.h47 static INLINE unsigned int vp8_cost_branch(const unsigned int ct[2], in vp8_cost_branch() function
Dbitstream.c60 new_b += vp8_cost_branch(bct[i], Pnew[i]); in update_mode()
61 old_b += vp8_cost_branch(bct[i], Pcur[i]); in update_mode()
670 const int old_b = vp8_cost_branch(ct, oldp); in prob_update_savings()
671 const int new_b = vp8_cost_branch(ct, newp); in prob_update_savings()