Home
last modified time | relevance | path

Searched refs:last_nb0_frames (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/fftools/
H A Dffmpeg.h487 int64_t last_nb0_frames[3]; member
H A Dffmpeg.c1116 nb0_frames = nb_frames = mid_pred(ost->last_nb0_frames[0], in do_video_out()
1117 ost->last_nb0_frames[1], in do_video_out()
1118 ost->last_nb0_frames[2]); in do_video_out()
1183 memmove(ost->last_nb0_frames + 1, in do_video_out()
1184 ost->last_nb0_frames, in do_video_out()
1185 sizeof(ost->last_nb0_frames[0]) * (FF_ARRAY_ELEMS(ost->last_nb0_frames) - 1)); in do_video_out()
1186 ost->last_nb0_frames[0] = nb0_frames; in do_video_out()

Completed in 8 milliseconds