OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_bmode_encodings
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/common/
vp8_entropymodedata.h
15
const struct vp8_token_struct
vp8_bmode_encodings
[VP8_BINTRAMODES] =
variable in typeref:struct:vp8_token_struct
entropymode.h
55
extern const struct vp8_token_struct
vp8_bmode_encodings
[VP8_BINTRAMODES];
/external/libvpx/libvpx/vp8/encoder/
bitstream.c
153
vp8_write_token(bc, vp8_bmode_tree, p,
vp8_bmode_encodings
+ m);
[
all
...]
Completed in 45 milliseconds