Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtreewriter.h49 static unsigned int vp8_cost_branch(const unsigned int ct[2], vp8_prob p) in vp8_cost_branch() function
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()
Dbitstream.c86 new_b += vp8_cost_branch(bct[i], Pnew[i]); in update_mode()
87 old_b += vp8_cost_branch(bct[i], Pcur[i]); in update_mode()
844 const int old_b = vp8_cost_branch(ct, oldp); in prob_update_savings()
845 const int new_b = vp8_cost_branch(ct, newp); in prob_update_savings()