HomeSort by relevance Sort by last modified time
    Searched refs:vpx_tree (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_cost.c 39 static void cost(int *costs, vpx_tree tree, const vpx_prob *probs, int i,
56 void vp9_cost_tokens(int *costs, const vpx_prob *probs, vpx_tree tree) {
60 void vp9_cost_tokens_skip(int *costs, const vpx_prob *probs, vpx_tree tree) {
vp9_cost.h 37 static INLINE int treed_cost(vpx_tree tree, const vpx_prob *probs, int bits,
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);
vp9_treewriter.c 34 static unsigned int convert_distribution(unsigned int i, vpx_tree tree,
54 void vp9_tree_probs_from_distribution(vpx_tree tree,
vp9_treewriter.h 20 void vp9_tree_probs_from_distribution(vpx_tree tree,
  /external/libvpx/libvpx/vpx_dsp/
prob.h 46 typedef const vpx_tree_index vpx_tree[]; typedef

Completed in 70 milliseconds