OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_token_struct
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp8/common/
vp8_entropymodedata.h
15
const struct
vp8_token_struct
vp8_bmode_encodings[VP8_BINTRAMODES] =
29
const struct
vp8_token_struct
vp8_ymode_encodings[VP8_YMODES] =
38
const struct
vp8_token_struct
vp8_kf_ymode_encodings[VP8_YMODES] =
47
const struct
vp8_token_struct
vp8_uv_mode_encodings[VP8_UV_MODES] =
55
const struct
vp8_token_struct
vp8_mbsplit_encodings[VP8_NUMMBSPLITS] =
63
const struct
vp8_token_struct
vp8_mv_ref_encoding_array[VP8_MVREFS] =
72
const struct
vp8_token_struct
vp8_sub_mv_ref_encoding_array[VP8_SUBMVREFS] =
80
const struct
vp8_token_struct
vp8_small_mvencodings[8] =
entropymode.h
55
extern const struct
vp8_token_struct
vp8_bmode_encodings[VP8_BINTRAMODES];
56
extern const struct
vp8_token_struct
vp8_ymode_encodings[VP8_YMODES];
57
extern const struct
vp8_token_struct
vp8_kf_ymode_encodings[VP8_YMODES];
58
extern const struct
vp8_token_struct
vp8_uv_mode_encodings[VP8_UV_MODES];
59
extern const struct
vp8_token_struct
vp8_mbsplit_encodings[VP8_NUMMBSPLITS];
63
extern const struct
vp8_token_struct
vp8_mv_ref_encoding_array[VP8_MVREFS];
64
extern const struct
vp8_token_struct
vp8_sub_mv_ref_encoding_array[VP8_SUBMVREFS];
68
extern const struct
vp8_token_struct
vp8_small_mvencodings[8];
treecoder.h
48
typedef const struct
vp8_token_struct
struct
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,
treecoder.c
20
struct
vp8_token_struct
*const p,
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,
entropy.h
38
extern const struct
vp8_token_struct
vp8_coef_encodings[MAX_ENTROPY_TOKENS];
Completed in 47 milliseconds