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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 80 extern const vp9_tree_index vp9_mv_class0_tree[TREE_SIZE(CLASS0_SIZE)];
vp9_entropymv.c 42 const vp9_tree_index vp9_mv_class0_tree[TREE_SIZE(CLASS0_SIZE)] = { variable
220 adapt_probs(vp9_mv_class0_tree, pre_comp->class0, c->class0, comp->class0);
241 vp9_tokens_from_tree(vp9_mv_class0_encodings, vp9_mv_class0_tree);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 44 write_token(w, vp9_mv_class0_tree, mvcomp->class0,
77 vp9_cost_tokens(class0_cost, mvcomp->class0, vp9_mv_class0_tree);
169 vp9_tree_probs_from_distribution(vp9_mv_class0_tree,
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 218 d = treed_read(r, vp9_mv_class0_tree, mvcomp->class0);

Completed in 558 milliseconds