Searched refs:vp8_tree (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/vp8/common/ |
D | treecoder.h | 44 typedef const vp8_tree_index vp8_tree[], *vp8_tree_p; typedef 53 void vp8_tokens_from_tree(struct vp8_token_struct *, vp8_tree); 54 void vp8_tokens_from_tree_offset(struct vp8_token_struct *, vp8_tree, 63 vp8_token tok[/* n */], vp8_tree tree, 72 vp8_token tok[/* n */], vp8_tree tree,
|
D | treecoder.c | 17 static void tree2tok(struct vp8_token_struct *const p, vp8_tree t, int i, int v, in tree2tok() 34 void vp8_tokens_from_tree(struct vp8_token_struct *p, vp8_tree t) { in vp8_tokens_from_tree() 38 void vp8_tokens_from_tree_offset(struct vp8_token_struct *p, vp8_tree t, in vp8_tokens_from_tree_offset() 44 vp8_token tok[/* n */], vp8_tree tree, in branch_counts() 79 vp8_token tok[/* n */], vp8_tree tree, in vp8_tree_probs_from_distribution()
|
/external/libvpx/vp8/encoder/ |
D | treewriter.h | 61 static void vp8_treed_write(vp8_writer *const w, vp8_tree t, in vp8_treed_write() 72 static INLINE void vp8_write_token(vp8_writer *const w, vp8_tree t, in vp8_write_token() 78 static int vp8_treed_cost(vp8_tree t, const vp8_prob *const p, int v, in vp8_treed_cost() 91 static INLINE int vp8_cost_token(vp8_tree t, const vp8_prob *const p, in vp8_cost_token() 98 void vp8_cost_tokens(int *c, const vp8_prob *, vp8_tree); 100 void vp8_cost_tokens2(int *c, const vp8_prob *, vp8_tree, int);
|
D | treewriter.c | 13 static void cost(int *const C, vp8_tree T, const vp8_prob *const P, int i, in cost() 28 void vp8_cost_tokens(int *c, const vp8_prob *p, vp8_tree t) { in vp8_cost_tokens() 31 void vp8_cost_tokens2(int *c, const vp8_prob *p, vp8_tree t, int start) { in vp8_cost_tokens2()
|
D | bitstream.c | 50 vp8_tree tree, vp8_prob Pnew[/* n-1 */], in update_mode()
|
/external/libvpx/vp8/decoder/ |
D | treereader.h | 32 vp8_tree t, const vp8_prob *const p) { in vp8_treed_read()
|