Lines Matching refs:last_picture
276 s->m.last_picture_ptr = &s->m.last_picture;
277 s->m.last_picture.f->data[0] = ref_plane;
279 s->m.last_picture.f->linesize[0] =
513 av_frame_free(&s->last_picture);
533 s->last_picture = av_frame_alloc();
534 if (!s->current_picture || !s->last_picture) {
603 if (!s->last_picture->data[0]) {
604 ret = ff_encode_alloc_frame(avctx, s->last_picture);
614 FFSWAP(AVFrame*, s->current_picture, s->last_picture);
630 s->last_picture->data[i],