#include "fft.h"
Go to the source code of this file.
Data Structures | |
| struct | AC3MDCTContext |
Defines | |
| #define | MAC_COEF(d, a, b) ((d)+=(a)*(b)) |
Typedefs | |
| typedef float | SampleType |
| typedef float | CoefType |
| typedef float | CoefSumType |
Definition in file ac3enc_float.h.
| #define MAC_COEF | ( | d, | |||
| a, | |||||
| b | ) | ((d)+=(a)*(b)) |
Definition at line 39 of file ac3enc_float.h.
| typedef float CoefSumType |
Definition at line 37 of file ac3enc_float.h.
| typedef float CoefType |
Definition at line 36 of file ac3enc_float.h.
| typedef float SampleType |
Definition at line 35 of file ac3enc_float.h.
1.5.6