Home
last modified time | relevance | path

Searched refs:buffered_steps (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopusenc_psy.c188 for (silent_frames = 0; silent_frames < s->buffered_steps; silent_frames++) in flush_silent_frames()
228 if (s->buffered_steps < s->max_steps && !s->eof) { in ff_opus_psy_process()
231 step_collect_psy_metrics(s, s->buffered_steps - awin + 1); in ff_opus_psy_process()
234 if ((++s->buffered_steps) < s->max_steps) in ff_opus_psy_process()
238 for (i = 0; i < s->buffered_steps; i++) in ff_opus_psy_process()
242 s->buffered_steps, 1, 0); in ff_opus_psy_process()
497 for (i = steps_out; i < s->buffered_steps; i++) in ff_opus_psy_postencode_update()
511 s->buffered_steps -= steps_out; in ff_opus_psy_postencode_update()
Dopusenc_psy.h88 int buffered_steps; member