HomeSort by relevance Sort by last modified time
    Searched refs:vp9_model_to_full_probs (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 152 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full);
vp9_entropy.c 312 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full) { function
  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 192 vp9_model_to_full_probs(oldp, oldplist);
207 vp9_model_to_full_probs(newplist, newplist);
vp9_bitstream.c 277 vp9_model_to_full_probs(p->context_tree, probs);
    [all...]
vp9_rdopt.c 128 vp9_model_to_full_probs(p[t][i][j][k][l], probs);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 149 vp9_model_to_full_probs(coef_probs[band][pt],

Completed in 51 milliseconds