Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c118 const int old_b = cost_branch256(ct, oldp); in vp9_prob_diff_update_savings_search()
126 const int new_b = cost_branch256(ct, newp); in vp9_prob_diff_update_savings_search()
151 old_b = cost_branch256(ct + 2 * PIVOT_NODE, oldp); in vp9_prob_diff_update_savings_search_model()
153 old_b += cost_branch256(ct + 2 * i, oldplist[i - UNCONSTRAINED_NODES]); in vp9_prob_diff_update_savings_search_model()
164 new_b = cost_branch256(ct + 2 * PIVOT_NODE, newp); in vp9_prob_diff_update_savings_search_model()
166 new_b += cost_branch256(ct + 2 * i, newplist[i - UNCONSTRAINED_NODES]); in vp9_prob_diff_update_savings_search_model()
Dvp9_cost.h32 static INLINE unsigned int cost_branch256(const unsigned int ct[2], in cost_branch256() function
Dvp9_encodemv.c146 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > in update_mv()
147 cost_branch256(ct, new_p) + vp9_cost_one(upd_p) + in update_mv()