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

  /external/libvpx/libvpx/vp8/common/
treecoder.h 44 typedef const vp8_tree_index vp8_tree[], *vp8_tree_p; typedef
53 void vp8_tokens_from_tree(struct vp8_token_struct *, vp8_tree);
54 void vp8_tokens_from_tree_offset(struct vp8_token_struct *, vp8_tree,
63 vp8_token tok[/* n */], vp8_tree tree,
72 vp8_token tok[/* n */], vp8_tree tree,
treecoder.c 16 static void tree2tok(struct vp8_token_struct *const p, vp8_tree t, int i, int v,
33 void vp8_tokens_from_tree(struct vp8_token_struct *p, vp8_tree t) {
37 void vp8_tokens_from_tree_offset(struct vp8_token_struct *p, vp8_tree t,
43 vp8_token tok[/* n */], vp8_tree tree,
78 vp8_token tok[/* n */], vp8_tree tree,
  /external/libvpx/libvpx/vp8/encoder/
treewriter.c 13 static void cost(int *const C, vp8_tree T, const vp8_prob *const P, int i,
28 void vp8_cost_tokens(int *c, const vp8_prob *p, vp8_tree t) {
31 void vp8_cost_tokens2(int *c, const vp8_prob *p, vp8_tree t, int start) {
treewriter.h 57 static void vp8_treed_write(vp8_writer *const w, vp8_tree t,
69 static INLINE void vp8_write_token(vp8_writer *const w, vp8_tree t,
75 static int vp8_treed_cost(vp8_tree t, const vp8_prob *const p, int v,
89 static INLINE int vp8_cost_token(vp8_tree t, const vp8_prob *const p,
96 void vp8_cost_tokens(int *Costs, const vp8_prob *, vp8_tree);
98 void vp8_cost_tokens2(int *Costs, const vp8_prob *, vp8_tree, int);
bitstream.c 56 vp8_tree tree, vp8_prob Pnew[/* n-1 */],
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
treereader.h 32 vp8_tree t, const vp8_prob *const p) {

Completed in 85 milliseconds