Searched refs:vpx_tree (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_cost.c | 39 static void cost(int *costs, vpx_tree tree, const vpx_prob *probs, int i, in cost() 56 void vp9_cost_tokens(int *costs, const vpx_prob *probs, vpx_tree tree) { in vp9_cost_tokens() 60 void vp9_cost_tokens_skip(int *costs, const vpx_prob *probs, vpx_tree tree) { in vp9_cost_tokens_skip()
|
D | vp9_cost.h | 37 static INLINE int treed_cost(vpx_tree tree, const vpx_prob *probs, int bits, in treed_cost() 51 void vp9_cost_tokens(int *costs, const vpx_prob *probs, vpx_tree tree); 52 void vp9_cost_tokens_skip(int *costs, const vpx_prob *probs, vpx_tree tree);
|
D | vp9_treewriter.c | 34 static unsigned int convert_distribution(unsigned int i, vpx_tree tree, in convert_distribution() 54 void vp9_tree_probs_from_distribution(vpx_tree tree, in vp9_tree_probs_from_distribution()
|
D | vp9_treewriter.h | 20 void vp9_tree_probs_from_distribution(vpx_tree tree,
|
/external/libvpx/libvpx/vpx_dsp/ |
D | prob.h | 46 typedef const vpx_tree_index vpx_tree[]; typedef
|