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.h21 const struct vp8_token_struct vp8_bmode_encodings[VP8_BINTRAMODES] =
35 const struct vp8_token_struct vp8_ymode_encodings[VP8_YMODES] =
44 const struct vp8_token_struct vp8_kf_ymode_encodings[VP8_YMODES] =
53 const struct vp8_token_struct vp8_uv_mode_encodings[VP8_UV_MODES] =
61 const struct vp8_token_struct vp8_mbsplit_encodings[VP8_NUMMBSPLITS] =
69 const struct vp8_token_struct vp8_mv_ref_encoding_array[VP8_MVREFS] =
78 const struct vp8_token_struct vp8_sub_mv_ref_encoding_array[VP8_SUBMVREFS] =
86 const struct vp8_token_struct vp8_small_mvencodings[8] =
Dentropymode.h59 extern const struct vp8_token_struct vp8_bmode_encodings[VP8_BINTRAMODES];
60 extern const struct vp8_token_struct vp8_ymode_encodings[VP8_YMODES];
61 extern const struct vp8_token_struct vp8_kf_ymode_encodings[VP8_YMODES];
62 extern const struct vp8_token_struct vp8_uv_mode_encodings[VP8_UV_MODES];
63 extern const struct vp8_token_struct vp8_mbsplit_encodings[VP8_NUMMBSPLITS];
67 extern const struct vp8_token_struct vp8_mv_ref_encoding_array[VP8_MVREFS];
68 extern const struct vp8_token_struct vp8_sub_mv_ref_encoding_array[VP8_SUBMVREFS];
72 extern const struct vp8_token_struct vp8_small_mvencodings[8];
Dtreecoder.h52 typedef const struct vp8_token_struct struct
60 void vp8_tokens_from_tree(struct vp8_token_struct *, vp8_tree); argument
61 void vp8_tokens_from_tree_offset(struct vp8_token_struct *, vp8_tree,
Dtreecoder.c20 struct vp8_token_struct *const p, in tree2tok()
45 void vp8_tokens_from_tree(struct vp8_token_struct *p, vp8_tree t) in vp8_tokens_from_tree()
50 void vp8_tokens_from_tree_offset(struct vp8_token_struct *p, vp8_tree t, in vp8_tokens_from_tree_offset()
Dentropy.h42 extern const struct vp8_token_struct vp8_coef_encodings[MAX_ENTROPY_TOKENS];