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 32 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
|
static |
Definition at line 82 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
|
static |
Definition at line 101 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
|
static |
Definition at line 123 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
|
static |
Definition at line 150 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
Definition at line 482 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
Definition at line 495 of file opus_celt.c.
Referenced by celt_postfilter().
Definition at line 540 of file opus_celt.c.
Referenced by celt_postfilter().
Definition at line 571 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
|
static |
Definition at line 595 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
Definition at line 635 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
|
static |
Definition at line 687 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 783 of file opus_celt.c.
Referenced by opus_decode_frame(), and opus_decode_redundancy().
Definition at line 953 of file opus_celt.c.
Referenced by ff_celt_init(), opus_decode_flush(), and opus_decode_frame().
Definition at line 980 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 | ||
) |
Definition at line 995 of file opus_celt.c.
Referenced by opus_decode_init().