|
FFmpeg
|
Opus CELT decoder. More...
#include "opus_celt.h"#include "opustab.h"#include "opus_pvq.h"Functions | |
| int | ff_celt_decode_frame (CeltFrame *f, OpusRangeCoder *rc, float **output, int channels, int frame_size, int start_band, int end_band) |
| void | ff_celt_flush (CeltFrame *f) |
| void | ff_celt_free (CeltFrame **f) |
| int | ff_celt_init (AVCodecContext *avctx, CeltFrame **f, int output_channels, int apply_phase_inv) |
Opus CELT decoder.
1.8.12