Searched refs:vp9_tree (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_treecoder.c17 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,
H A Dvp9_treecoder.h33 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,
H A Dvp9_entropymv.c197 vp9_tree tree,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_treewriter.c13 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) {
H A Dvp9_treewriter.h48 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);
H A Dvp9_bitstream.c172 vp9_tree tree,
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_treereader.h22 vp9_tree t,

Completed in 129 milliseconds