ShortenContext    117 libavcodec/shorten.c     ShortenContext *s = avctx->priv_data;
ShortenContext    123 libavcodec/shorten.c static int allocate_buffers(ShortenContext *s)
ShortenContext    158 libavcodec/shorten.c static inline unsigned int get_uint(ShortenContext *s, int k)
ShortenContext    165 libavcodec/shorten.c static void fix_bitshift(ShortenContext *s, int32_t *buffer)
ShortenContext    174 libavcodec/shorten.c static int init_offset(ShortenContext *s)
ShortenContext    272 libavcodec/shorten.c static int decode_subframe_lpc(ShortenContext *s, int command, int channel,
ShortenContext    327 libavcodec/shorten.c static int read_header(ShortenContext *s)
ShortenContext    421 libavcodec/shorten.c     ShortenContext *s  = avctx->priv_data;
ShortenContext    655 libavcodec/shorten.c     ShortenContext *s = avctx->priv_data;
ShortenContext    674 libavcodec/shorten.c     .priv_data_size = sizeof(ShortenContext),