CLLCContext        39 libavcodec/cllc.c static int read_code_table(CLLCContext *ctx, GetBitContext *gb, VLC *vlc)
CLLCContext        84 libavcodec/cllc.c static int read_argb_line(CLLCContext *ctx, GetBitContext *gb, int *top_left,
CLLCContext       153 libavcodec/cllc.c static int read_rgb24_component_line(CLLCContext *ctx, GetBitContext *gb,
CLLCContext       183 libavcodec/cllc.c static int read_yuv_component_line(CLLCContext *ctx, GetBitContext *gb,
CLLCContext       211 libavcodec/cllc.c static int decode_argb_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
CLLCContext       255 libavcodec/cllc.c static int decode_rgb24_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
CLLCContext       299 libavcodec/cllc.c static int decode_yuv_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
CLLCContext       357 libavcodec/cllc.c     CLLCContext *ctx = avctx->priv_data;
CLLCContext       464 libavcodec/cllc.c     CLLCContext *ctx = avctx->priv_data;
CLLCContext       473 libavcodec/cllc.c     CLLCContext *ctx = avctx->priv_data;
CLLCContext       490 libavcodec/cllc.c     .priv_data_size = sizeof(CLLCContext),