Lines Matching defs:CLLCContext
37 typedef struct CLLCContext {
43 } CLLCContext;
45 static int read_code_table(CLLCContext *ctx, GetBitContext *gb, VLC *vlc)
88 static int read_argb_line(CLLCContext *ctx, GetBitContext *gb, int *top_left,
157 static int read_rgb24_component_line(CLLCContext *ctx, GetBitContext *gb,
187 static int read_yuv_component_line(CLLCContext *ctx, GetBitContext *gb,
215 static int decode_argb_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
259 static int decode_rgb24_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
303 static int decode_yuv_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
361 CLLCContext *ctx = avctx->priv_data;
473 CLLCContext *ctx = avctx->priv_data;
482 CLLCContext *ctx = avctx->priv_data;
499 .priv_data_size = sizeof(CLLCContext),