Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
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_cost.h34 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);
Dvp9_treewriter.c34 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_treewriter.h20 void vp9_tree_probs_from_distribution(vp9_tree tree,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_prob.h44 typedef const vp9_tree_index vp9_tree[]; typedef