Lines Matching defs:VP56Context
40 typedef struct vp56_context VP56Context;
75 typedef void (*VP56ParseVectorAdjustment)(VP56Context *s,
77 typedef void (*VP56Filter)(VP56Context *s, uint8_t *dst, uint8_t *src,
80 typedef int (*VP56ParseCoeff)(VP56Context *s);
81 typedef void (*VP56DefaultModelsInit)(VP56Context *s);
82 typedef void (*VP56ParseVectorModels)(VP56Context *s);
83 typedef int (*VP56ParseCoeffModels)(VP56Context *s);
84 typedef int (*VP56ParseHeader)(VP56Context *s, const uint8_t *buf,
201 VP56Context *alpha_context;
220 * Initializes an VP56Context. Expects its caller to clean up
223 int ff_vp56_init_context(AVCodecContext *avctx, VP56Context *s,
225 int ff_vp56_free_context(VP56Context *s);
226 void ff_vp56_init_dequant(VP56Context *s, int quantizer);