Searched defs:tree (Results 1 – 14 of 14) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_treewriter.c | 13 static void tree2tok(struct vp9_token *tokens, const vp9_tree_index *tree, in tree2tok() 30 const vp9_tree_index *tree) { in vp9_tokens_from_tree() 34 static unsigned int convert_distribution(unsigned int i, vp9_tree tree, in convert_distribution() 54 void vp9_tree_probs_from_distribution(vp9_tree tree, in vp9_tree_probs_from_distribution()
|
D | vp9_cost.c | 37 static void cost(int *costs, vp9_tree tree, const vp9_prob *probs, in cost() 53 void vp9_cost_tokens(int *costs, const vp9_prob *probs, vp9_tree tree) { in vp9_cost_tokens() 57 void vp9_cost_tokens_skip(int *costs, const vp9_prob *probs, vp9_tree tree) { in vp9_cost_tokens_skip()
|
D | vp9_treewriter.h | 31 static INLINE void vp9_write_tree(vp9_writer *w, const vp9_tree_index *tree, in vp9_write_tree() 41 static INLINE void vp9_write_token(vp9_writer *w, const vp9_tree_index *tree, in vp9_write_token()
|
D | vp9_cost.h | 34 static INLINE int treed_cost(vp9_tree tree, const vp9_prob *probs, in treed_cost()
|
D | vp9_encodemv.c | 149 static void write_mv_update(const vp9_tree_index *tree, in write_mv_update()
|
D | vp9_bitstream.c | 67 static void prob_diff_update(const vp9_tree_index *tree, in prob_diff_update()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_prob.c | 34 const vp9_tree_index *tree, in tree_merge_probs_impl() 56 void vp9_tree_merge_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs, in vp9_tree_merge_probs()
|
D | vp9_entropymode.c | 344 static void adapt_probs(const vp9_tree_index *tree, in adapt_probs()
|
D | vp9_entropymv.c | 190 static void adapt_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs, in adapt_probs()
|
D | vp9_entropy.h | 50 const vp9_tree_index *tree; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | treecoder.c | 59 vp8_tree tree, in branch_counts() 112 vp8_tree tree, in vp8_tree_probs_from_distribution()
|
D | entropy.h | 46 vp8_tree_p tree; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_reader.h | 97 static int vp9_read_tree(vp9_reader *r, const vp9_tree_index *tree, in vp9_read_tree()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | bitstream.c | 68 vp8_tree tree, in update_mode()
|