WMAProDecodeCtx   242 libavcodec/wmaprodec.c     WMAProDecodeCtx xma[XMA_MAX_STREAMS];
WMAProDecodeCtx   255 libavcodec/wmaprodec.c static av_cold void dump_context(WMAProDecodeCtx *s)
WMAProDecodeCtx   274 libavcodec/wmaprodec.c static av_cold int decode_end(WMAProDecodeCtx *s)
WMAProDecodeCtx   288 libavcodec/wmaprodec.c     WMAProDecodeCtx *s = avctx->priv_data;
WMAProDecodeCtx   315 libavcodec/wmaprodec.c static av_cold int decode_init(WMAProDecodeCtx *s, AVCodecContext *avctx, int num_stream)
WMAProDecodeCtx   583 libavcodec/wmaprodec.c     WMAProDecodeCtx *s = avctx->priv_data;
WMAProDecodeCtx   594 libavcodec/wmaprodec.c static int decode_subframe_length(WMAProDecodeCtx *s, int offset)
WMAProDecodeCtx   645 libavcodec/wmaprodec.c static int decode_tilehdr(WMAProDecodeCtx *s)
WMAProDecodeCtx   736 libavcodec/wmaprodec.c static void decode_decorrelation_matrix(WMAProDecodeCtx *s,
WMAProDecodeCtx   786 libavcodec/wmaprodec.c static int decode_channel_transform(WMAProDecodeCtx* s)
WMAProDecodeCtx   900 libavcodec/wmaprodec.c static int decode_coeffs(WMAProDecodeCtx *s, int c)
WMAProDecodeCtx  1003 libavcodec/wmaprodec.c static int decode_scale_factors(WMAProDecodeCtx* s)
WMAProDecodeCtx  1096 libavcodec/wmaprodec.c static void inverse_channel_transform(WMAProDecodeCtx *s)
WMAProDecodeCtx  1151 libavcodec/wmaprodec.c static void wmapro_window(WMAProDecodeCtx *s)
WMAProDecodeCtx  1181 libavcodec/wmaprodec.c static int decode_subframe(WMAProDecodeCtx *s)
WMAProDecodeCtx  1421 libavcodec/wmaprodec.c static int decode_frame(WMAProDecodeCtx *s, AVFrame *frame, int *got_frame_ptr)
WMAProDecodeCtx  1543 libavcodec/wmaprodec.c static int remaining_bits(WMAProDecodeCtx *s, GetBitContext *gb)
WMAProDecodeCtx  1555 libavcodec/wmaprodec.c static void save_bits(WMAProDecodeCtx *s, GetBitContext* gb, int len,
WMAProDecodeCtx  1602 libavcodec/wmaprodec.c static int decode_packet(AVCodecContext *avctx, WMAProDecodeCtx *s,
WMAProDecodeCtx  1775 libavcodec/wmaprodec.c     WMAProDecodeCtx *s = avctx->priv_data;
WMAProDecodeCtx  1959 libavcodec/wmaprodec.c static void flush(WMAProDecodeCtx *s)
WMAProDecodeCtx  1979 libavcodec/wmaprodec.c     WMAProDecodeCtx *s = avctx->priv_data;
WMAProDecodeCtx  2005 libavcodec/wmaprodec.c     .priv_data_size = sizeof(WMAProDecodeCtx),