#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | IComplex |
Compex number. More... | |
struct | AC3MDCTContext |
Typedefs | |
typedef int16_t | SampleType |
typedef int32_t | CoefType |
typedef int64_t | CoefSumType |
Definition in file ac3enc_fixed.h.
typedef int64_t CoefSumType |
Definition at line 37 of file ac3enc_fixed.h.
typedef int32_t CoefType |
Definition at line 36 of file ac3enc_fixed.h.
typedef int16_t SampleType |
Definition at line 35 of file ac3enc_fixed.h.