|
FFmpeg
|
Go to the source code of this file.
Macros | |
| #define | USE_FIXED 1 |
| #define | IMDCT_TYPE AV_TX_INT32_MDCT |
| #define | AC3_FIXED_COEFF_BITS 2 |
| #define | AC3_FIXED_EXPONENT_MAX 24 |
Functions | |
| static av_always_inline int | fixed_coeff_bits (const AC3DecodeContext *s) |
| static void | scale_coefs (int32_t *dst, const int32_t *src, int dynrng, int len) |
| static void | scale_coefs_q2 (int32_t *dst, const int32_t *src, int dynrng, int len) |
| static void | ac3_downmix_c_fixed16 (int16_t **samples, int16_t **matrix, int out_ch, int in_ch, int len) |
| Downmix samples from original signal to stereo or mono (this is for 16-bit samples and fixed point decoder - original (for 32-bit samples) is in ac3dsp.c). | |
Variables | |
| static const int | end_freq_inv_tab [8] |
| static const AVOption | options [] |
| static const AVClass | ac3_decoder_class |
| const FFCodec | ff_ac3_fixed_decoder |
| #define USE_FIXED 1 |
Definition at line 51 of file ac3dec_fixed.c.
| #define IMDCT_TYPE AV_TX_INT32_MDCT |
Definition at line 54 of file ac3dec_fixed.c.
Referenced by ac3_decode_init().
| #define AC3_FIXED_COEFF_BITS 2 |
Definition at line 59 of file ac3dec_fixed.c.
Referenced by dequantize_dexp24_dither(), and fixed_coeff_bits().
| #define AC3_FIXED_EXPONENT_MAX 24 |
Definition at line 60 of file ac3dec_fixed.c.
Referenced by ac3_decode_transform_coeffs_ch(), and dequantize_dexp24_dither().
|
static |
Definition at line 62 of file ac3dec_fixed.c.
Referenced by ac3_decode_frame(), ac3_decode_transform_coeffs_ch(), decode_audio_block(), and do_imdct().
Definition at line 74 of file ac3dec_fixed.c.
Referenced by decode_audio_block().
Definition at line 138 of file ac3dec_fixed.c.
Referenced by decode_audio_block().
|
static |
Downmix samples from original signal to stereo or mono (this is for 16-bit samples and fixed point decoder - original (for 32-bit samples) is in ac3dsp.c).
Definition at line 185 of file ac3dec_fixed.c.
Referenced by decode_audio_block().
|
static |
Definition at line 69 of file ac3dec_fixed.c.
Referenced by spx_strategy().
|
static |
Definition at line 215 of file ac3dec_fixed.c.
|
static |
Definition at line 223 of file ac3dec_fixed.c.
| const FFCodec ff_ac3_fixed_decoder |
Definition at line 230 of file ac3dec_fixed.c.