FFmpeg
|
Go to the source code of this file.
Macros | |
#define | USE_FIXED 1 |
#define | IMDCT_TYPE AV_TX_INT32_MDCT |
Functions | |
static void | scale_coefs (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). More... | |
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.
Definition at line 63 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 131 of file ac3dec_fixed.c.
Referenced by decode_audio_block().
|
static |
Definition at line 58 of file ac3dec_fixed.c.
Referenced by spx_strategy().
Definition at line 161 of file ac3dec_fixed.c.
|
static |
Definition at line 169 of file ac3dec_fixed.c.
const FFCodec ff_ac3_fixed_decoder |
Definition at line 176 of file ac3dec_fixed.c.