Lines Matching refs:VP56Context
44 static int vp6_parse_coeff(VP56Context *s);
45 static int vp6_parse_coeff_huffman(VP56Context *s);
47 static int vp6_parse_header(VP56Context *s, const uint8_t *buf, int buf_size)
191 static void vp6_coeff_order_table_init(VP56Context *s)
214 static void vp6_default_models_init(VP56Context *s)
232 static void vp6_parse_vector_models(VP56Context *s)
263 static int vp6_build_huff_tree(VP56Context *s, uint8_t coeff_model[],
285 static int vp6_parse_coeff_models(VP56Context *s)
354 static void vp6_parse_vector_adjustment(VP56Context *s, VP56mv *vect)
396 static unsigned vp6_get_nb_null(VP56Context *s)
408 static int vp6_parse_coeff_huffman(VP56Context *s)
469 static int vp6_parse_coeff(VP56Context *s)
583 static void vp6_filter_diag2(VP56Context *s, uint8_t *dst, uint8_t *src,
591 static void vp6_filter(VP56Context *s, uint8_t *dst, uint8_t *src,
642 VP56Context *s, int flip, int has_alpha)
664 VP56Context *s = avctx->priv_data;
684 static av_cold void vp6_decode_free_context(VP56Context *s);
688 VP56Context *s = avctx->priv_data;
700 static av_cold void vp6_decode_free_context(VP56Context *s)
720 .priv_data_size = sizeof(VP56Context),
734 .priv_data_size = sizeof(VP56Context),
748 .priv_data_size = 2 /* Main context + alpha context */ * sizeof(VP56Context),