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

  /external/libvpx/libvpx/vp9/common/
vp9_treecoder.c 17 static void tree2tok(struct vp9_token *const p, vp9_tree t,
33 void vp9_tokens_from_tree(struct vp9_token *p, vp9_tree t) {
37 void vp9_tokens_from_tree_offset(struct vp9_token *p, vp9_tree t,
43 vp9_tree tree,
69 vp9_tree tree,
vp9_treecoder.h 33 typedef const vp9_tree_index vp9_tree[], *vp9_tree_p; typedef
42 void vp9_tokens_from_tree(struct vp9_token*, vp9_tree);
43 void vp9_tokens_from_tree_offset(struct vp9_token*, vp9_tree, int offset);
50 void vp9_tree_probs_from_distribution(vp9_tree tree,
vp9_entropymv.c 197 vp9_tree tree,
  /external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.c 13 static void cost(int *costs, vp9_tree tree, const vp9_prob *probs,
29 void vp9_cost_tokens(int *costs, const vp9_prob *probs, vp9_tree tree) {
33 void vp9_cost_tokens_skip(int *costs, const vp9_prob *probs, vp9_tree tree) {
vp9_treewriter.h 48 vp9_tree tree, const vp9_prob *probs,
59 static INLINE void write_token(vp9_writer *w, vp9_tree tree,
65 static INLINE int treed_cost(vp9_tree tree, const vp9_prob *probs,
79 static INLINE int cost_token(vp9_tree tree, const vp9_prob *probs,
84 void vp9_cost_tokens(int *costs, const vp9_prob *probs, vp9_tree tree);
85 void vp9_cost_tokens_skip(int *costs, const vp9_prob *probs, vp9_tree tree);
vp9_bitstream.c 172 vp9_tree tree,
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_treereader.h 22 vp9_tree t,

Completed in 162 milliseconds