Searched refs:oldplist (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_subexp.c147 vpx_prob bestnewp, newplist[ENTROPY_NODES], oldplist[ENTROPY_NODES]; local
148 vp9_model_to_full_probs(oldp, oldplist);
151 old_b += cost_branch256(ct + 2 * i, oldplist[i]);
152 old_b += cost_branch256(ct + 2 * PIVOT_NODE, oldplist[PIVOT_NODE]);

Completed in 124 milliseconds