Searched refs:ff_celt_decode_frame (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | opus_celt.h | 169 int ff_celt_decode_frame(CeltFrame *f, OpusRangeCoder *rc, float **output,
|
D | opusdec.c | 160 ret = ff_celt_decode_frame(s->celt, &s->redundancy_rc, in opus_decode_redundancy() 270 ret = ff_celt_decode_frame(s->celt, &s->rc, dst, in opus_decode_frame()
|
D | opus_celt.c | 320 int ff_celt_decode_frame(CeltFrame *f, OpusRangeCoder *rc, in ff_celt_decode_frame() function
|