Home
last modified time | relevance | path

Searched refs:vp9_token (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_treewriter.h24 struct vp9_token { struct
29 void vp9_tokens_from_tree(struct vp9_token *, const vpx_tree_index *); argument
43 const struct vp9_token *token) { in vp9_write_token()
Dvp9_treewriter.c13 static void tree2tok(struct vp9_token *tokens, const vpx_tree_index *tree, in tree2tok()
29 void vp9_tokens_from_tree(struct vp9_token *tokens, in vp9_tokens_from_tree()
Dvp9_encodemv.c21 static struct vp9_token mv_joint_encodings[MV_JOINTS];
22 static struct vp9_token mv_class_encodings[MV_CLASSES];
23 static struct vp9_token mv_fp_encodings[MV_FP_SIZE];
Dvp9_tokenize.h44 extern const struct vp9_token vp9_coef_encodings[];
Dvp9_bitstream.c38 static const struct vp9_token intra_mode_encodings[INTRA_MODES] = {
42 static const struct vp9_token switchable_interp_encodings[SWITCHABLE_FILTERS] =
44 static const struct vp9_token partition_encodings[PARTITION_TYPES] = {
47 static const struct vp9_token inter_mode_encodings[INTER_MODES] = {
166 const struct vp9_token *const a = &vp9_coef_encodings[t]; in pack_mb_tokens()
Dvp9_tokenize.c306 const struct vp9_token vp9_coef_encodings[ENTROPY_TOKENS] = {