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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 45 extern struct vp9_token vp9_intra_mode_encodings[INTRA_MODES];
46 extern struct vp9_token vp9_inter_mode_encodings[INTER_MODES];
50 extern struct vp9_token vp9_partition_encodings[PARTITION_TYPES];
55 extern struct vp9_token vp9_switchable_interp_encodings[SWITCHABLE_FILTERS];
vp9_entropymv.h 47 extern struct vp9_token vp9_mv_joint_encodings[MV_JOINTS];
66 extern struct vp9_token vp9_mv_class_encodings[MV_CLASSES];
77 extern struct vp9_token vp9_mv_class0_encodings[CLASS0_SIZE];
80 extern struct vp9_token vp9_mv_fp_encodings[4];
vp9_treecoder.c 17 static void tree2tok(struct vp9_token *const p, vp9_tree t,
33 void vp9_tokens_from_tree(struct vp9_token *p, vp9_tree t) {
37 void vp9_tokens_from_tree_offset(struct vp9_token *p, vp9_tree t,
vp9_treecoder.h 35 struct vp9_token { struct
42 void vp9_tokens_from_tree(struct vp9_token*, vp9_tree);
43 void vp9_tokens_from_tree_offset(struct vp9_token*, vp9_tree, int offset);
vp9_entropymv.c 26 struct vp9_token vp9_mv_joint_encodings[MV_JOINTS];
40 struct vp9_token vp9_mv_class_encodings[MV_CLASSES];
45 struct vp9_token vp9_mv_class0_encodings[CLASS0_SIZE];
52 struct vp9_token vp9_mv_fp_encodings[4];
vp9_entropymode.c 253 struct vp9_token vp9_intra_mode_encodings[INTRA_MODES];
254 struct vp9_token vp9_inter_mode_encodings[INTER_MODES];
256 struct vp9_token vp9_partition_encodings[PARTITION_TYPES];
345 struct vp9_token vp9_switchable_interp_encodings[SWITCHABLE_FILTERS];
vp9_entropy.h 44 extern struct vp9_token vp9_coef_encodings[MAX_ENTROPY_TOKENS];
vp9_entropy.c 218 struct vp9_token vp9_coef_encodings[MAX_ENTROPY_TOKENS];
  /external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.h 61 const struct vp9_token *token) {
80 const struct vp9_token *token) {
vp9_bitstream.c 288 const struct vp9_token *const a = vp9_coef_encodings + t;
    [all...]

Completed in 58 milliseconds