FFmpeg
|
Opus CELT decoder. More...
Go to the source code of this file.
Opus CELT decoder.
Definition in file opus_celt.c.
|
static |
Definition at line 34 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
|
static |
Definition at line 78 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
|
static |
Definition at line 97 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
|
static |
Definition at line 119 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
Definition at line 146 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
Definition at line 160 of file opus_celt.c.
Referenced by celt_postfilter().
Definition at line 205 of file opus_celt.c.
Referenced by celt_postfilter().
Definition at line 236 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
|
static |
Definition at line 260 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
Definition at line 295 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
int ff_celt_decode_frame | ( | CeltFrame * | f, |
OpusRangeCoder * | rc, | ||
float ** | output, | ||
int | channels, | ||
int | frame_size, | ||
int | start_band, | ||
int | end_band | ||
) |
Definition at line 347 of file opus_celt.c.
Referenced by opus_decode_frame(), and opus_decode_redundancy().
Definition at line 522 of file opus_celt.c.
Referenced by ff_celt_init(), opus_decode_flush(), and opus_decode_frame().
Definition at line 549 of file opus_celt.c.
Referenced by ff_celt_init(), and opus_decode_close().
int ff_celt_init | ( | AVCodecContext * | avctx, |
CeltFrame ** | f, | ||
int | output_channels, | ||
int | apply_phase_inv | ||
) |
Definition at line 566 of file opus_celt.c.
Referenced by opus_decode_init().