Home
last modified time | relevance | path

Searched refs:ShortenContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dshorten.c85 typedef struct ShortenContext { struct
115 } ShortenContext; argument
119 ShortenContext *s = avctx->priv_data; in shorten_decode_init()
127 static int allocate_buffers(ShortenContext *s) in allocate_buffers()
161 static inline unsigned int get_uint(ShortenContext *s, int k) in get_uint()
171 static void fix_bitshift(ShortenContext *s, int32_t *buffer) in fix_bitshift()
184 static int init_offset(ShortenContext *s) in init_offset()
213 ShortenContext *s = avctx->priv_data; in decode_aiff_header()
350 static int decode_subframe_lpc(ShortenContext *s, int command, int channel, in decode_subframe_lpc()
405 static int read_header(ShortenContext *s) in read_header()
[all …]