Home
last modified time | relevance | path

Searched refs:MSS12Context (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmss12.h68 struct MSS12Context;
71 const struct MSS12Context *c;
77 typedef struct MSS12Context { struct
94 } MSS12Context; typedef
100 int ff_mss12_decode_init(MSS12Context *c, int version,
102 int ff_mss12_decode_end(MSS12Context *ctx);
H A Dmss1.c33 MSS12Context ctx;
124 static int decode_pal(MSS12Context *ctx, ArithCoder *acoder) in decode_pal()
147 MSS12Context *c = &ctx->ctx; in mss1_decode_frame()
H A Dmss12.c326 static void copy_rectangles(MSS12Context const *c, in copy_rectangles()
342 static int motion_compensation(MSS12Context const *c, in motion_compensation()
376 static int decode_region_masked(MSS12Context const *c, ArithCoder *acoder, in decode_region_masked()
470 MSS12Context const *c = sc->c; in decode_region_intra()
506 MSS12Context const *c = sc->c; in decode_region_inter()
580 av_cold int ff_mss12_decode_init(MSS12Context *c, int version, in ff_mss12_decode_init()
692 av_cold int ff_mss12_decode_end(MSS12Context *c) in ff_mss12_decode_end()
H A Dmss2.c43 MSS12Context c;
162 static int decode_pal_v2(MSS12Context *ctx, const uint8_t *buf, int buf_size) in decode_pal_v2()
383 MSS12Context *c = &ctx->c; in decode_wmv9()
480 MSS12Context *c = &ctx->c; in mss2_decode_frame()
821 MSS12Context *c = &ctx->c; in mss2_decode_init()

Completed in 4 milliseconds