Lines Matching refs:last_picture
268 ff_thread_await_progress(&f->last_picture, si, 0); in decode_slice()
868 if (f->last_picture.f) in decode_frame()
869 ff_thread_release_ext_buffer(avctx, &f->last_picture); in decode_frame()
870 FFSWAP(ThreadFrame, f->picture, f->last_picture); in decode_frame()
980 if (fs->slice_damaged && f->last_picture.f->data[0]) { in decode_frame()
984 ff_thread_await_progress(&f->last_picture, INT_MAX, 0); in decode_frame()
991 src[j] = f->last_picture.f->data[j] + f->last_picture.f->linesize[j] * in decode_frame()
997 src[1] = f->last_picture.f->data[1]; in decode_frame()
1000 f->last_picture.f->linesize, in decode_frame()
1008 if (f->last_picture.f) in decode_frame()
1009 ff_thread_release_ext_buffer(avctx, &f->last_picture); in decode_frame()
1057 ThreadFrame picture = fdst->picture, last_picture = fdst->last_picture; in update_thread_context() local
1067 fdst->last_picture = last_picture; in update_thread_context()