ALSDecContext     250 libavcodec/alsdec.c static av_cold void dprint_specific_config(ALSDecContext *ctx)
ALSDecContext     280 libavcodec/alsdec.c static av_cold int read_specific_config(ALSDecContext *ctx)
ALSDecContext     425 libavcodec/alsdec.c static int check_specific_config(ALSDecContext *ctx)
ALSDecContext     511 libavcodec/alsdec.c static void get_block_sizes(ALSDecContext *ctx, unsigned int *div_blocks,
ALSDecContext     564 libavcodec/alsdec.c static int read_const_block_data(ALSDecContext *ctx, ALSBlockData *bd)
ALSDecContext     594 libavcodec/alsdec.c static void decode_const_block_data(ALSDecContext *ctx, ALSBlockData *bd)
ALSDecContext     608 libavcodec/alsdec.c static int read_var_block_data(ALSDecContext *ctx, ALSBlockData *bd)
ALSDecContext     875 libavcodec/alsdec.c static int decode_var_block_data(ALSDecContext *ctx, ALSBlockData *bd)
ALSDecContext     984 libavcodec/alsdec.c static int read_block(ALSDecContext *ctx, ALSBlockData *bd)
ALSDecContext    1003 libavcodec/alsdec.c static int decode_block(ALSDecContext *ctx, ALSBlockData *bd)
ALSDecContext    1029 libavcodec/alsdec.c static int read_decode_block(ALSDecContext *ctx, ALSBlockData *bd)
ALSDecContext    1058 libavcodec/alsdec.c static int decode_blocks_ind(ALSDecContext *ctx, unsigned int ra_frame,
ALSDecContext    1098 libavcodec/alsdec.c static int decode_blocks(ALSDecContext *ctx, unsigned int ra_frame,
ALSDecContext    1191 libavcodec/alsdec.c static int read_channel_data(ALSDecContext *ctx, ALSChannelData *cd, int c)
ALSDecContext    1238 libavcodec/alsdec.c static int revert_channel_correlation(ALSDecContext *ctx, ALSBlockData *bd,
ALSDecContext    1323 libavcodec/alsdec.c static int read_frame_data(ALSDecContext *ctx, unsigned int ra_frame)
ALSDecContext    1473 libavcodec/alsdec.c     ALSDecContext *ctx       = avctx->priv_data;
ALSDecContext    1601 libavcodec/alsdec.c     ALSDecContext *ctx = avctx->priv_data;
ALSDecContext    1639 libavcodec/alsdec.c     ALSDecContext *ctx = avctx->priv_data;
ALSDecContext    1798 libavcodec/alsdec.c     ALSDecContext *ctx = avctx->priv_data;
ALSDecContext    1809 libavcodec/alsdec.c     .priv_data_size = sizeof(ALSDecContext),