#include <stdint.h>
Go to the source code of this file.
Data Structures | |
| struct | IComplex |
| Compex number. More... | |
| struct | AC3MDCTContext |
Defines | |
| #define | MAC_COEF(d, a, b) MAC64(d,a,b) |
Typedefs | |
| typedef int16_t | SampleType |
| typedef int32_t | CoefType |
| typedef int64_t | CoefSumType |
Definition in file ac3enc_fixed.h.
| #define MAC_COEF | ( | d, | |||
| a, | |||||
| b | ) | MAC64(d,a,b) |
| 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.
1.5.6