Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c147 vp9_model_to_full_probs(oldp, oldplist); in vp9_prob_diff_update_savings_search_model()
162 vp9_model_to_full_probs(newplist, newplist); in vp9_prob_diff_update_savings_search_model()
Dvp9_rd.c85 vp9_model_to_full_probs(p[t][i][j][k][l], probs); in fill_token_costs()
/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.h161 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full);
Dvp9_entropy.c724 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full) { in vp9_model_to_full_probs() function