WMAProDecodeCtx   239 libavcodec/wmaprodec.c static av_cold void dump_context(WMAProDecodeCtx *s)
WMAProDecodeCtx   260 libavcodec/wmaprodec.c     WMAProDecodeCtx *s = avctx->priv_data;
WMAProDecodeCtx   278 libavcodec/wmaprodec.c     WMAProDecodeCtx *s = avctx->priv_data;
WMAProDecodeCtx   503 libavcodec/wmaprodec.c static int decode_subframe_length(WMAProDecodeCtx *s, int offset)
WMAProDecodeCtx   554 libavcodec/wmaprodec.c static int decode_tilehdr(WMAProDecodeCtx *s)
WMAProDecodeCtx   645 libavcodec/wmaprodec.c static void decode_decorrelation_matrix(WMAProDecodeCtx *s,
WMAProDecodeCtx   695 libavcodec/wmaprodec.c static int decode_channel_transform(WMAProDecodeCtx* s)
WMAProDecodeCtx   809 libavcodec/wmaprodec.c static int decode_coeffs(WMAProDecodeCtx *s, int c)
WMAProDecodeCtx   912 libavcodec/wmaprodec.c static int decode_scale_factors(WMAProDecodeCtx* s)
WMAProDecodeCtx  1005 libavcodec/wmaprodec.c static void inverse_channel_transform(WMAProDecodeCtx *s)
WMAProDecodeCtx  1060 libavcodec/wmaprodec.c static void wmapro_window(WMAProDecodeCtx *s)
WMAProDecodeCtx  1090 libavcodec/wmaprodec.c static int decode_subframe(WMAProDecodeCtx *s)
WMAProDecodeCtx  1330 libavcodec/wmaprodec.c static int decode_frame(WMAProDecodeCtx *s, AVFrame *frame, int *got_frame_ptr)
WMAProDecodeCtx  1460 libavcodec/wmaprodec.c static int remaining_bits(WMAProDecodeCtx *s, GetBitContext *gb)
WMAProDecodeCtx  1472 libavcodec/wmaprodec.c static void save_bits(WMAProDecodeCtx *s, GetBitContext* gb, int len,
WMAProDecodeCtx  1529 libavcodec/wmaprodec.c     WMAProDecodeCtx *s = avctx->priv_data;
WMAProDecodeCtx  1646 libavcodec/wmaprodec.c     WMAProDecodeCtx *s = avctx->priv_data;
WMAProDecodeCtx  1665 libavcodec/wmaprodec.c     .priv_data_size = sizeof(WMAProDecodeCtx),