Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopusenc_psy.h98 int ff_opus_psy_celt_frame_process(OpusPsyContext *s, CeltFrame *f, int index);
Dopusenc_psy.c455 int ff_opus_psy_celt_frame_process(OpusPsyContext *s, CeltFrame *f, int index) in ff_opus_psy_celt_frame_process() function
Dopusenc.c446 while (ff_opus_psy_celt_frame_process(&s->psyctx, f, index)) in celt_encode_frame()