Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_subexp.c76 static int prob_diff_update_cost(vp9_prob newp, vp9_prob oldp) { in prob_diff_update_cost() function
130 const int update_b = prob_diff_update_cost(newp, oldp) + vp9_cost_upd256; in vp9_prob_diff_update_savings_search()
167 update_b = prob_diff_update_cost(newp, oldp[PIVOT_NODE]) + in vp9_prob_diff_update_savings_search_model()