Home
last modified time | relevance | path

Searched refs:ff_celt_init (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopus_celt.h162 int ff_celt_init(AVCodecContext *avctx, CeltFrame **f, int output_channels,
Dopus_celt.c538 int ff_celt_init(AVCodecContext *avctx, CeltFrame **f, int output_channels, in ff_celt_init() function
Dopusdec.c675 ret = ff_celt_init(avctx, &s->celt, s->output_channels, c->apply_phase_inv); in opus_decode_init()