Searched refs:vp9_tree (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
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_cost.h | 34 static INLINE int treed_cost(vp9_tree tree, const vp9_prob *probs, in treed_cost() 48 void vp9_cost_tokens(int *costs, const vp9_prob *probs, vp9_tree tree); 49 void vp9_cost_tokens_skip(int *costs, const vp9_prob *probs, vp9_tree tree);
|
D | vp9_treewriter.c | 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_treewriter.h | 20 void vp9_tree_probs_from_distribution(vp9_tree tree,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_prob.h | 44 typedef const vp9_tree_index vp9_tree[]; typedef
|