Home
last modified time | relevance | path

Searched refs:vp8_token_struct (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dvp8_entropymodedata.h20 const struct vp8_token_struct vp8_bmode_encodings[VP8_BINTRAMODES] = {
25 const struct vp8_token_struct vp8_ymode_encodings[VP8_YMODES] = {
29 const struct vp8_token_struct vp8_kf_ymode_encodings[VP8_YMODES] = {
33 const struct vp8_token_struct vp8_uv_mode_encodings[VP8_UV_MODES] = {
37 const struct vp8_token_struct vp8_mbsplit_encodings[VP8_NUMMBSPLITS] = {
41 const struct vp8_token_struct vp8_mv_ref_encoding_array[VP8_MVREFS] = {
45 const struct vp8_token_struct vp8_sub_mv_ref_encoding_array[VP8_SUBMVREFS] = {
49 const struct vp8_token_struct vp8_small_mvencodings[8] = {
Dentropymode.h57 extern const struct vp8_token_struct vp8_bmode_encodings[VP8_BINTRAMODES];
58 extern const struct vp8_token_struct vp8_ymode_encodings[VP8_YMODES];
59 extern const struct vp8_token_struct vp8_kf_ymode_encodings[VP8_YMODES];
60 extern const struct vp8_token_struct vp8_uv_mode_encodings[VP8_UV_MODES];
61 extern const struct vp8_token_struct vp8_mbsplit_encodings[VP8_NUMMBSPLITS];
65 extern const struct vp8_token_struct vp8_mv_ref_encoding_array[VP8_MVREFS];
66 extern const struct vp8_token_struct
71 extern const struct vp8_token_struct vp8_small_mvencodings[8];
Dtreecoder.h46 typedef const struct vp8_token_struct { struct
53 void vp8_tokens_from_tree(struct vp8_token_struct *, vp8_tree); argument
54 void vp8_tokens_from_tree_offset(struct vp8_token_struct *, vp8_tree,
Dtreecoder.c16 static void tree2tok(struct vp8_token_struct *const p, vp8_tree t, int i, int v, in tree2tok()
33 void vp8_tokens_from_tree(struct vp8_token_struct *p, vp8_tree t) { in vp8_tokens_from_tree()
37 void vp8_tokens_from_tree_offset(struct vp8_token_struct *p, vp8_tree t, in vp8_tokens_from_tree_offset()
Dentropy.h41 extern const struct vp8_token_struct vp8_coef_encodings[MAX_ENTROPY_TOKENS];