Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_treewriter.h24 struct vp9_token { struct
29 void vp9_tokens_from_tree(struct vp9_token*, const vp9_tree_index *); argument
43 const struct vp9_token *token) { in vp9_write_token()
Dvp9_treewriter.c13 static void tree2tok(struct vp9_token *tokens, const vp9_tree_index *tree, in tree2tok()
29 void vp9_tokens_from_tree(struct vp9_token *tokens, in vp9_tokens_from_tree()
Dvp9_encodemv.c20 static struct vp9_token mv_joint_encodings[MV_JOINTS];
21 static struct vp9_token mv_class_encodings[MV_CLASSES];
22 static struct vp9_token mv_fp_encodings[MV_FP_SIZE];
23 static struct vp9_token mv_class0_encodings[CLASS0_SIZE];
Dvp9_tokenize.h41 extern struct vp9_token vp9_coef_encodings[];
Dvp9_bitstream.c38 static struct vp9_token intra_mode_encodings[INTRA_MODES];
39 static struct vp9_token switchable_interp_encodings[SWITCHABLE_FILTERS];
40 static struct vp9_token partition_encodings[PARTITION_TYPES];
41 static struct vp9_token inter_mode_encodings[INTER_MODES];
130 const struct vp9_token *const a = &vp9_coef_encodings[t]; in pack_mb_tokens()
Dvp9_tokenize.c104 struct vp9_token vp9_coef_encodings[ENTROPY_TOKENS];