Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_treewriter.c13 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()
Dvp9_cost.c37 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()
Dvp9_treewriter.h31 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()
Dvp9_cost.h34 static INLINE int treed_cost(vp9_tree tree, const vp9_prob *probs, in treed_cost()
Dvp9_encodemv.c149 static void write_mv_update(const vp9_tree_index *tree, in write_mv_update()
Dvp9_bitstream.c67 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/
Dvp9_prob.c34 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()
Dvp9_entropymode.c344 static void adapt_probs(const vp9_tree_index *tree, in adapt_probs()
Dvp9_entropymv.c190 static void adapt_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs, in adapt_probs()
Dvp9_entropy.h50 const vp9_tree_index *tree; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dtreecoder.c59 vp8_tree tree, in branch_counts()
112 vp8_tree tree, in vp8_tree_probs_from_distribution()
Dentropy.h46 vp8_tree_p tree; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_reader.h97 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/
Dbitstream.c68 vp8_tree tree, in update_mode()