Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.c1153 int nb_frames, nb0_frames, i; in do_video_out() local
1185 nb0_frames = nb_frames = mid_pred(ost->last_nb0_frames[0], in do_video_out()
1193nb0_frames = 0; // tracks the number of times the PREVIOUS frame should be duplicated, mostly for … in do_video_out()
1244 nb0_frames = llrintf(delta0 - 0.6); in do_video_out()
1263 nb0_frames = FFMIN(nb0_frames, nb_frames); in do_video_out()
1268 ost->last_nb0_frames[0] = nb0_frames; in do_video_out()
1270 if (nb0_frames == 0 && ost->last_dropped) { in do_video_out()
1276 if (nb_frames > (nb0_frames && ost->last_dropped) + (nb_frames > nb0_frames)) { in do_video_out()
1282 nb_frames_dup += nb_frames - (nb0_frames && ost->last_dropped) - (nb_frames > nb0_frames); in do_video_out()
1289 ost->last_dropped = nb_frames == nb0_frames && next_picture; in do_video_out()
[all …]