Lines Matching refs:last_frame
183 ThreadFrame last_frame;
340 if (s->last_frame.f)
341 ff_thread_release_ext_buffer(avctx, &s->last_frame);
359 av_frame_free(&s->last_frame.f);
1961 ref_frame = &s->last_frame;
2087 uint8_t *last_plane = s->last_frame.f->data[plane] +
2318 s->last_frame.f = av_frame_alloc();
2321 if (!s->current_frame.f || !s->last_frame.f || !s->golden_frame.f)
2515 ff_thread_release_ext_buffer(avctx, &s->last_frame);
2516 ret = ff_thread_ref_frame(&s->last_frame, &s->current_frame);
2544 (ret = ref_frame(dst, &dst->last_frame, &src->last_frame)) < 0)
2749 ff_thread_release_ext_buffer(avctx, &s->last_frame);
2750 if ((ret = ff_thread_ref_frame(&s->last_frame,
2753 ff_thread_report_progress(&s->last_frame, INT_MAX, 0);