Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_subexp.c123 const int old_b = cost_branch256(ct, oldp); in vp9_prob_diff_update_savings_search()
129 const int new_b = cost_branch256(ct, newp); in vp9_prob_diff_update_savings_search()
151 old_b += cost_branch256(ct + 2 * i, oldplist[i]); in vp9_prob_diff_update_savings_search_model()
152 old_b += cost_branch256(ct + 2 * PIVOT_NODE, oldplist[PIVOT_NODE]); in vp9_prob_diff_update_savings_search_model()
165 new_b += cost_branch256(ct + 2 * i, newplist[i]); in vp9_prob_diff_update_savings_search_model()
166 new_b += cost_branch256(ct + 2 * PIVOT_NODE, newplist[PIVOT_NODE]); in vp9_prob_diff_update_savings_search_model()
Dvp9_cost.h29 static INLINE unsigned int cost_branch256(const unsigned int ct[2], in cost_branch256() function
Dvp9_encodemv.c139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > in update_mv()
140 cost_branch256(ct, new_p) + vp9_cost_one(upd_p) + 7 * 256; in update_mv()