Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h482 int last_nb0_frames[3]; member
Dffmpeg.c1185 nb0_frames = nb_frames = mid_pred(ost->last_nb0_frames[0], in do_video_out()
1186 ost->last_nb0_frames[1], in do_video_out()
1187 ost->last_nb0_frames[2]); in do_video_out()
1265 memmove(ost->last_nb0_frames + 1, in do_video_out()
1266 ost->last_nb0_frames, in do_video_out()
1267 sizeof(ost->last_nb0_frames[0]) * (FF_ARRAY_ELEMS(ost->last_nb0_frames) - 1)); in do_video_out()
1268 ost->last_nb0_frames[0] = nb0_frames; in do_video_out()