#include "avcodec.h"#include "aac.h"Go to the source code of this file.
Data Structures | |
| struct | AACPsyContext |
| context used by psychoacoustic model More... | |
Typedefs | |
| typedef struct AACPsyContext | AACPsyContext |
| context used by psychoacoustic model | |
Enumerations | |
| enum | AACPsyModelType { AAC_PSY_TEST, AAC_PSY_3GPP, AAC_NB_PSY_MODELS } |
Functions | |
| void | ff_aac_psy_end (AACPsyContext *ctx) |
| Cleanup model context at the end. | |
| typedef struct AACPsyContext AACPsyContext |
context used by psychoacoustic model
| enum AACPsyModelType |
| void ff_aac_psy_end | ( | AACPsyContext * | ctx | ) |
1.7.1