FFmpeg
|
Go to the source code of this file.
Macros | |
#define | FFT_FLOAT 0 |
#define | USE_FIXED 1 |
#define | FFT_FIXED_32 1 |
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)[2], 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 |
AVCodec | ff_ac3_fixed_decoder |
#define FFT_FLOAT 0 |
Definition at line 50 of file ac3dec_fixed.c.
#define USE_FIXED 1 |
Definition at line 51 of file ac3dec_fixed.c.
Referenced by ac3_decode_init(), and decode_audio_block().
#define FFT_FIXED_32 1 |
Definition at line 52 of file ac3dec_fixed.c.
Definition at line 61 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 142 of file ac3dec_fixed.c.
Referenced by decode_audio_block().
|
static |
Definition at line 56 of file ac3dec_fixed.c.
Referenced by decode_audio_block().
|
static |
Definition at line 169 of file ac3dec_fixed.c.
|
static |
Definition at line 175 of file ac3dec_fixed.c.
AVCodec ff_ac3_fixed_decoder |
Definition at line 182 of file ac3dec_fixed.c.