FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | PSCommonContext |
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 |
#define | PS_BASELINE 0 |
Operate in Baseline PS mode. More... | |
#define | numQMFSlots 32 |
Functions | |
void | ff_ps_init_common (void) |
void AAC_RENAME() | ff_ps_init (void) |
static void AAC_RENAME() | ff_ps_ctx_init (PSContext *ps) |
int | ff_ps_read_data (void *logctx, GetBitContext *gb, PSCommonContext *ps, int bits_left) |
int AAC_RENAME() | ff_ps_apply (PSContext *ps, INTFLOAT L[2][38][64], INTFLOAT R[2][38][64], int top) |
Variables | |
const int8_t | ff_k_to_i_20 [] |
Table 8.48. More... | |
const int8_t | ff_k_to_i_34 [] |
Table 8.49. More... | |
#define PS_BASELINE 0 |
void ff_ps_init_common | ( | void | ) |
Definition at line 280 of file aacps_common.c.
Referenced by aacdec_common_init().
void AAC_RENAME() ff_ps_init | ( | void | ) |
Definition at line 740 of file aacps.c.
Referenced by ff_aac_sbr_init().
|
inlinestatic |
Definition at line 97 of file aacps.h.
Referenced by ff_aac_sbr_ctx_alloc_init().
int ff_ps_read_data | ( | void * | logctx, |
GetBitContext * | gb, | ||
PSCommonContext * | ps, | ||
int | bits_left | ||
) |
Definition at line 122 of file aacps_common.c.
Referenced by read_sbr_extension().
int AAC_RENAME() ff_ps_apply | ( | PSContext * | ps, |
INTFLOAT | L[2][38][64], | ||
INTFLOAT | R[2][38][64], | ||
int | top | ||
) |
Definition at line 719 of file aacps.c.
Referenced by ff_aac_sbr_apply().
const int8_t ff_k_to_i_20[] |
Table 8.48.
Definition at line 100 of file aacpsdata.c.
Referenced by decorrelation(), and stereo_processing().
const int8_t ff_k_to_i_34[] |
Table 8.49.
Definition at line 107 of file aacpsdata.c.
Referenced by decorrelation(), and stereo_processing().