Lines Matching refs:ShortenContext
85 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()
526 ShortenContext *s = avctx->priv_data; in shorten_decode_frame()
788 ShortenContext *s = avctx->priv_data; in shorten_decode_close()
807 .priv_data_size = sizeof(ShortenContext),