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 | ff_ps_init (void) |
void | ff_ps_ctx_init (PSContext *ps) |
int | ff_ps_read_data (AVCodecContext *avctx, GetBitContext *gb, PSContext *ps, int bits_left) |
int | ff_ps_apply (AVCodecContext *avctx, PSContext *ps, float L[2][38][64], float R[2][38][64], int top) |
#define PS_AP_LINKS 3 |
Definition at line 38 of file aacps.h.
Referenced by ps_decorrelate_c().
Definition at line 923 of file aacps.c.
Referenced by ff_aac_sbr_init().
Definition at line 955 of file aacps.c.
Referenced by ff_aac_sbr_ctx_init().
int ff_ps_read_data | ( | AVCodecContext * | avctx, |
GetBitContext * | gb, | ||
PSContext * | ps, | ||
int | bits_left | ||
) |
Definition at line 140 of file aacps.c.
Referenced by read_sbr_extension().
int ff_ps_apply | ( | AVCodecContext * | avctx, |
PSContext * | ps, | ||
float | L[2][38][64], | ||
float | R[2][38][64], | ||
int | top | ||
) |
Definition at line 893 of file aacps.c.
Referenced by ff_sbr_apply().