Searched refs:vp9_model_to_full_probs (Results 1 – 4 of 4) sorted by relevance
147 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()
85 vp9_model_to_full_probs(p[t][i][j][k][l], probs); in fill_token_costs()
161 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full);
724 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full) { in vp9_model_to_full_probs() function