AC3DecodeContext  186 libavcodec/ac3dec.c     AC3DecodeContext *s = avctx->priv_data;
AC3DecodeContext  234 libavcodec/ac3dec.c static int ac3_parse_header(AC3DecodeContext *s)
AC3DecodeContext  298 libavcodec/ac3dec.c static int parse_frame_header(AC3DecodeContext *s)
AC3DecodeContext  366 libavcodec/ac3dec.c static int set_downmix_coeffs(AC3DecodeContext *s)
AC3DecodeContext  428 libavcodec/ac3dec.c static int decode_exponents(AC3DecodeContext *s,
AC3DecodeContext  472 libavcodec/ac3dec.c static void calc_transform_coeffs_cpl(AC3DecodeContext *s)
AC3DecodeContext  513 libavcodec/ac3dec.c static void ac3_decode_transform_coeffs_ch(AC3DecodeContext *s, int ch_index, mant_groups *m)
AC3DecodeContext  594 libavcodec/ac3dec.c static void remove_dithering(AC3DecodeContext *s) {
AC3DecodeContext  607 libavcodec/ac3dec.c static inline void decode_transform_coeffs_ch(AC3DecodeContext *s, int blk,
AC3DecodeContext  627 libavcodec/ac3dec.c static inline void decode_transform_coeffs(AC3DecodeContext *s, int blk)
AC3DecodeContext  663 libavcodec/ac3dec.c static void do_rematrixing(AC3DecodeContext *s)
AC3DecodeContext  687 libavcodec/ac3dec.c static inline void do_imdct(AC3DecodeContext *s, int channels, int offset)
AC3DecodeContext  725 libavcodec/ac3dec.c static void ac3_upmix_delay(AC3DecodeContext *s)
AC3DecodeContext  816 libavcodec/ac3dec.c static inline int spx_strategy(AC3DecodeContext *s, int blk)
AC3DecodeContext  873 libavcodec/ac3dec.c static inline void spx_coordinates(AC3DecodeContext *s)
AC3DecodeContext  951 libavcodec/ac3dec.c static inline int coupling_strategy(AC3DecodeContext *s, int blk,
AC3DecodeContext 1021 libavcodec/ac3dec.c static inline int coupling_coordinates(AC3DecodeContext *s, int blk)
AC3DecodeContext 1067 libavcodec/ac3dec.c static int decode_audio_block(AC3DecodeContext *s, int blk, int offset)
AC3DecodeContext 1468 libavcodec/ac3dec.c     AC3DecodeContext *s = avctx->priv_data;
AC3DecodeContext 1833 libavcodec/ac3dec.c     AC3DecodeContext *s = avctx->priv_data;
AC3DecodeContext 1842 libavcodec/ac3dec.c #define OFFSET(x) offsetof(AC3DecodeContext, x)
AC3DecodeContext  258 libavcodec/ac3dec.h static int ff_eac3_parse_header(AC3DecodeContext *s);
AC3DecodeContext  264 libavcodec/ac3dec.h static void ff_eac3_decode_transform_coeffs_aht_ch(AC3DecodeContext *s, int ch);
AC3DecodeContext  271 libavcodec/ac3dec.h static void ff_eac3_apply_spectral_extension(AC3DecodeContext *s);
AC3DecodeContext  175 libavcodec/ac3dec_fixed.c     .priv_data_size = sizeof (AC3DecodeContext),
AC3DecodeContext   60 libavcodec/ac3dec_float.c     .priv_data_size = sizeof (AC3DecodeContext),
AC3DecodeContext   83 libavcodec/ac3dec_float.c     .priv_data_size = sizeof (AC3DecodeContext),
AC3DecodeContext   59 libavcodec/eac3dec.c static void ff_eac3_apply_spectral_extension(AC3DecodeContext *s)
AC3DecodeContext  196 libavcodec/eac3dec.c static void ff_eac3_decode_transform_coeffs_aht_ch(AC3DecodeContext *s, int ch)
AC3DecodeContext  289 libavcodec/eac3dec.c static int ff_eac3_parse_header(AC3DecodeContext *s)