FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | PSContext |
Macros | |
#define | PS_MAX_NUM_ENV 5 |
#define | PS_MAX_NR_IIDICC 34 |
#define | PS_MAX_NR_IPDOPD 17 |
#define | PS_MAX_SSB 91 |
#define | PS_MAX_AP_BANDS 50 |
#define | PS_QMF_TIME_SLOTS 32 |
#define | PS_MAX_DELAY 14 |
#define | PS_AP_LINKS 3 |
#define | PS_MAX_AP_DELAY 5 |
Functions | |
void AAC_RENAME() | ff_ps_init (void) |
void AAC_RENAME() | ff_ps_ctx_init (PSContext *ps) |
int AAC_RENAME() | ff_ps_read_data (AVCodecContext *avctx, GetBitContext *gb, PSContext *ps, int bits_left) |
int AAC_RENAME() | ff_ps_apply (AVCodecContext *avctx, PSContext *ps, INTFLOAT L[2][38][64], INTFLOAT R[2][38][64], int top) |
#define PS_MAX_NUM_ENV 5 |
Definition at line 31 of file aacps.h.
Referenced by stereo_processing().
#define PS_MAX_NR_IIDICC 34 |
Definition at line 32 of file aacps.h.
Referenced by remap20(), remap34(), and stereo_processing().
#define PS_MAX_NR_IPDOPD 17 |
Definition at line 33 of file aacps.h.
Referenced by ipdopd_reset().
#define PS_QMF_TIME_SLOTS 32 |
Definition at line 36 of file aacps.h.
Referenced by decorrelation().
#define PS_MAX_DELAY 14 |
Definition at line 37 of file aacps.h.
Referenced by decorrelation().
#define PS_AP_LINKS 3 |
Definition at line 38 of file aacps.h.
Referenced by decorrelation(), and ps_decorrelate_c().
#define PS_MAX_AP_DELAY 5 |
Definition at line 39 of file aacps.h.
Referenced by decorrelation().
void AAC_RENAME() ff_ps_init | ( | void | ) |
Definition at line 1014 of file aacps.c.
Referenced by ff_aac_sbr_init().
void AAC_RENAME() ff_ps_ctx_init | ( | PSContext * | ps | ) |
Definition at line 1046 of file aacps.c.
Referenced by ff_aac_sbr_ctx_init().
int AAC_RENAME() ff_ps_read_data | ( | AVCodecContext * | avctx, |
GetBitContext * | gb, | ||
PSContext * | ps, | ||
int | bits_left | ||
) |
Definition at line 158 of file aacps.c.
Referenced by read_sbr_extension().
int AAC_RENAME() ff_ps_apply | ( | AVCodecContext * | avctx, |
PSContext * | ps, | ||
INTFLOAT | L[2][38][64], | ||
INTFLOAT | R[2][38][64], | ||
int | top | ||
) |
Definition at line 984 of file aacps.c.
Referenced by ff_sbr_apply().