OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_tree
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/common/
treecoder.h
45
typedef const vp8_tree_index
vp8_tree
[], *vp8_tree_p;
typedef
56
void vp8_tokens_from_tree(struct vp8_token_struct *,
vp8_tree
);
57
void vp8_tokens_from_tree_offset(struct vp8_token_struct *,
vp8_tree
,
69
vp8_tree
tree,
82
vp8_tree
tree,
treecoder.c
21
vp8_tree
t,
45
void vp8_tokens_from_tree(struct vp8_token_struct *p,
vp8_tree
t)
50
void vp8_tokens_from_tree_offset(struct vp8_token_struct *p,
vp8_tree
t,
59
vp8_tree
tree,
112
vp8_tree
tree,
/external/libvpx/libvpx/vp8/encoder/
treewriter.c
16
vp8_tree
T,
36
void vp8_cost_tokens(int *c, const vp8_prob *p,
vp8_tree
t)
40
void vp8_cost_tokens2(int *c, const vp8_prob *p,
vp8_tree
t,int start)
treewriter.h
59
vp8_tree
t,
78
vp8_tree
t,
87
vp8_tree
t,
108
vp8_tree
t,
119
int *Costs, const vp8_prob *,
vp8_tree
123
int *Costs, const vp8_prob *,
vp8_tree
, int
bitstream.c
68
vp8_tree
tree,
[
all
...]
/external/libvpx/libvpx/vp8/decoder/
treereader.h
29
vp8_tree
t,
Completed in 26 milliseconds