Lines Matching refs:ShortenContext
86 typedef struct ShortenContext {
116 } ShortenContext;
120 ShortenContext *s = avctx->priv_data;
128 static int allocate_buffers(ShortenContext *s)
162 static inline unsigned int get_uint(ShortenContext *s, int k)
172 static void fix_bitshift(ShortenContext *s, int32_t *buffer)
185 static int init_offset(ShortenContext *s)
214 ShortenContext *s = avctx->priv_data;
351 static int decode_subframe_lpc(ShortenContext *s, int command, int channel,
406 static int read_header(ShortenContext *s)
530 ShortenContext *s = avctx->priv_data;
793 ShortenContext *s = avctx->priv_data;
812 .priv_data_size = sizeof(ShortenContext),