FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Enumerations | Functions
aacpsy.h File Reference
#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 Documentation

typedef struct AACPsyContext AACPsyContext

context used by psychoacoustic model

Enumeration Type Documentation

Enumerator:
AAC_PSY_TEST 

a sample model to exercise encoder

AAC_PSY_3GPP 

model following recommendations from 3GPP TS 26.403

AAC_NB_PSY_MODELS 

total number of psychoacoustic models, since it's not a part of the ABI new models can be added freely

Definition at line 29 of file aacpsy.h.

Function Documentation

void ff_aac_psy_end ( AACPsyContext ctx)

Cleanup model context at the end.

Parameters
ctxmodel context