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().
|
static |
Definition at line 146 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
Definition at line 478 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
Definition at line 491 of file opus_celt.c.
Referenced by celt_postfilter().
Definition at line 536 of file opus_celt.c.
Referenced by celt_postfilter().
Definition at line 567 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
|
static |
Definition at line 591 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
Definition at line 626 of file opus_celt.c.
Referenced by ff_celt_decode_frame().
|
static |
Definition at line 678 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 770 of file opus_celt.c.
Referenced by opus_decode_frame(), and opus_decode_redundancy().
Definition at line 943 of file opus_celt.c.
Referenced by ff_celt_init(), opus_decode_flush(), and opus_decode_frame().
Definition at line 970 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 987 of file opus_celt.c.
Referenced by opus_decode_init().