Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_subexp.c148 vp9_model_to_full_probs(oldp, oldplist); in vp9_prob_diff_update_savings_search_model()
163 vp9_model_to_full_probs(newplist, newplist); in vp9_prob_diff_update_savings_search_model()
Dvp9_rdopt.c185 vp9_model_to_full_probs(p[t][i][j][k][l], probs); in fill_token_costs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropy.h146 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full);
Dvp9_entropy.c716 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full) { in vp9_model_to_full_probs() function