Searched refs:AC3DecodeContext (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ac3dec.h | 72 typedef struct AC3DecodeContext { struct 254 } AC3DecodeContext; argument 260 static int ff_eac3_parse_header(AC3DecodeContext *s); 266 static void ff_eac3_decode_transform_coeffs_aht_ch(AC3DecodeContext *s, int ch); 273 static void ff_eac3_apply_spectral_extension(AC3DecodeContext *s);
|
D | ac3dec.c | 188 AC3DecodeContext *s = avctx->priv_data; in ac3_decode_init() 240 static int ac3_parse_header(AC3DecodeContext *s) in ac3_parse_header() 304 static int parse_frame_header(AC3DecodeContext *s) in parse_frame_header() 372 static int set_downmix_coeffs(AC3DecodeContext *s) in set_downmix_coeffs() 434 static int decode_exponents(AC3DecodeContext *s, in decode_exponents() 478 static void calc_transform_coeffs_cpl(AC3DecodeContext *s) in calc_transform_coeffs_cpl() 519 static void ac3_decode_transform_coeffs_ch(AC3DecodeContext *s, int ch_index, mant_groups *m) in ac3_decode_transform_coeffs_ch() 600 static void remove_dithering(AC3DecodeContext *s) { in remove_dithering() 613 static inline void decode_transform_coeffs_ch(AC3DecodeContext *s, int blk, in decode_transform_coeffs_ch() 633 static inline void decode_transform_coeffs(AC3DecodeContext *s, int blk) in decode_transform_coeffs() [all …]
|
D | ac3dec_float.c | 60 .priv_data_size = sizeof (AC3DecodeContext), 85 .priv_data_size = sizeof (AC3DecodeContext),
|
D | eac3dec.c | 59 static void ff_eac3_apply_spectral_extension(AC3DecodeContext *s) in ff_eac3_apply_spectral_extension() 196 static void ff_eac3_decode_transform_coeffs_aht_ch(AC3DecodeContext *s, int ch) in ff_eac3_decode_transform_coeffs_aht_ch() 289 static int ff_eac3_parse_header(AC3DecodeContext *s) in ff_eac3_parse_header()
|
D | ac3dec_fixed.c | 175 .priv_data_size = sizeof (AC3DecodeContext),
|