Home
last modified time | relevance | path

Searched refs:vpx_tree (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_cost.c39 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()
Dvp9_cost.h37 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);
Dvp9_treewriter.c34 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()
Dvp9_treewriter.h20 void vp9_tree_probs_from_distribution(vpx_tree tree,
/external/libvpx/libvpx/vpx_dsp/
Dprob.h46 typedef const vpx_tree_index vpx_tree[]; typedef