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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcllc.c31 typedef struct CLLCContext { struct
37 } CLLCContext; typedef in typeref:struct:CLLCContext
39 static int read_code_table(CLLCContext *ctx, GetBitContext *gb, VLC *vlc)
84 static int read_argb_line(CLLCContext *ctx, GetBitContext *gb, int *top_left,
153 static int read_rgb24_component_line(CLLCContext *ctx, GetBitContext *gb,
183 static int read_yuv_component_line(CLLCContext *ctx, GetBitContext *gb,
211 static int decode_argb_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
255 static int decode_rgb24_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
299 static int decode_yuv_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
357 CLLCContext *ct
[all...]

Completed in 28 milliseconds