#include <stdint.h>
#include "aacpsdsp.h"
#include "avcodec.h"
#include "get_bits.h"
Go to the source code of this file.
Data Structures | |
struct | PSContext |
Defines | |
#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 |
int ff_ps_apply | ( | AVCodecContext * | avctx, | |
PSContext * | ps, | |||
float | L[2][38][64], | |||
float | R[2][38][64], | |||
int | top | |||
) |
void ff_ps_ctx_init | ( | PSContext * | ps | ) |
void ff_ps_init | ( | void | ) |
int ff_ps_read_data | ( | AVCodecContext * | avctx, | |
GetBitContext * | gb, | |||
PSContext * | ps, | |||
int | bits_left | |||
) |