/external/libvpx/libvpx/vp9/encoder/ |
vp9_subexp.c | 148 vp9_model_to_full_probs(oldp, oldplist); 163 vp9_model_to_full_probs(newplist, newplist); 181 vp9_model_to_full_probs(newplist, newplist);
|
vp9_rd.c | 99 vp9_model_to_full_probs(p[t][i][j][k][l], probs);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_entropy.h | 158 void vp9_model_to_full_probs(const vpx_prob *model, vpx_prob *full);
|
vp9_entropy.c | 750 void vp9_model_to_full_probs(const vpx_prob *model, vpx_prob *full) { function [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_entropy.h | 146 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full);
|
vp9_entropy.c | 716 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full) { function [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_subexp.c | 148 vp9_model_to_full_probs(oldp, oldplist); 163 vp9_model_to_full_probs(newplist, newplist);
|
vp9_rdopt.c | 185 vp9_model_to_full_probs(p[t][i][j][k][l], probs); [all...] |