Searched refs:vp8_cost_branch (Results 1 – 3 of 3) sorted by relevance
171 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()
47 static INLINE unsigned int vp8_cost_branch(const unsigned int ct[2], in vp8_cost_branch() function
60 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()