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

  /external/libvpx/libvpx/vp9/decoder/
vp9_treereader.h 20 vp9_tree t,
  /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 166 static void update_mode(vp9_writer *w, int n, vp9_tree tree,
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_treecoder.c 17 static void tree2tok(struct vp9_token *const p, vp9_tree t,
34 void vp9_tokens_from_tree(struct vp9_token *p, vp9_tree t) {
38 static unsigned int convert_distribution(unsigned int i, vp9_tree tree,
58 void vp9_tree_probs_from_distribution(vp9_tree tree,
vp9_treecoder.h 35 typedef const vp9_tree_index vp9_tree[]; typedef
44 void vp9_tokens_from_tree(struct vp9_token*, vp9_tree);
51 void vp9_tree_probs_from_distribution(vp9_tree tree,

Completed in 72 milliseconds