HomeSort by relevance Sort by last modified time
    Searched refs:vp9_token (Results 1 - 6 of 6) 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 vpx_tree_index *);
43 const struct vp9_token *token) {
vp9_treewriter.c 13 static void tree2tok(struct vp9_token *tokens, const vpx_tree_index *tree,
29 void vp9_tokens_from_tree(struct vp9_token *tokens,
vp9_tokenize.h 44 extern const struct vp9_token vp9_coef_encodings[];
vp9_encodemv.c 21 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];
vp9_tokenize.c 306 const struct vp9_token vp9_coef_encodings[ENTROPY_TOKENS] = {
vp9_bitstream.c 38 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];
    [all...]

Completed in 895 milliseconds