#include "libavutil/random.h"#include "ac3tab.h"#include "ac3.h"#include "bitstream.h"#include "dsputil.h"Go to the source code of this file.
Data Structures | |
| struct | AC3DecodeContext |
Defines | |
| #define | AC3_MAX_CHANNELS 7 |
| #define | CPL_CH 0 |
| #define | AC3_OUTPUT_LFEON 8 |
| #define | AC3_MAX_COEFS 256 |
| #define | AC3_BLOCK_SIZE 256 |
| #define | MAX_BLOCKS 6 |
| #define AC3_OUTPUT_LFEON 8 |
| #define CPL_CH 0 |
Definition at line 39 of file ac3dec.h.
Referenced by ac3_parse_audio_block(), get_transform_coeffs(), remove_dithering(), and uncouple_channels().
1.5.1