HomeSort by relevance Sort by last modified time
    Searched refs:vp9_token (Results 1 - 12 of 12) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.h 24 struct vp9_token { struct
29 void vp9_tokens_from_tree(struct vp9_token*, const vp9_tree_index *);
43 const struct vp9_token *token) {
vp9_tokenize.h 41 extern struct vp9_token vp9_coef_encodings[];
vp9_treewriter.c 13 static void tree2tok(struct vp9_token *tokens, const vp9_tree_index *tree,
29 void vp9_tokens_from_tree(struct vp9_token *tokens,
vp9_encodemv.c 20 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];
vp9_bitstream.c 37 static struct vp9_token intra_mode_encodings[INTRA_MODES];
38 static struct vp9_token switchable_interp_encodings[SWITCHABLE_FILTERS];
39 static struct vp9_token partition_encodings[PARTITION_TYPES];
40 static struct vp9_token inter_mode_encodings[INTER_MODES];
128 const struct vp9_token *const a = &vp9_coef_encodings[t];
    [all...]
vp9_tokenize.c 95 struct vp9_token vp9_coef_encodings[ENTROPY_TOKENS];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_treewriter.h 24 struct vp9_token { struct
29 void vp9_tokens_from_tree(struct vp9_token*, const vp9_tree_index *);
43 const struct vp9_token *token) {
vp9_tokenize.h 41 extern struct vp9_token vp9_coef_encodings[];
vp9_treewriter.c 13 static void tree2tok(struct vp9_token *tokens, const vp9_tree_index *tree,
29 void vp9_tokens_from_tree(struct vp9_token *tokens,
vp9_encodemv.c 20 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];
vp9_bitstream.c 38 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];
    [all...]
vp9_tokenize.c 104 struct vp9_token vp9_coef_encodings[ENTROPY_TOKENS];

Completed in 248 milliseconds