Searched refs:last_picture (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsvq1enc.c47 AVFrame last_picture; member in struct:SVQ1Context
291 s->m.last_picture_ptr = &s->m.last_picture;
292 s->m.last_picture.data[0]= ref_plane;
294 s->m.last_picture.linesize[0]=
528 avctx->get_buffer(avctx, &s->last_picture);
533 s->current_picture= s->last_picture;
534 s->last_picture= temp;
545 s->picture.data[i], s->last_picture.data[i], s->current_picture.data[i],
H A D4xm.c132 AVFrame current_picture, last_picture; member in struct:FourXContext
305 uint16_t *start= (uint16_t*)f->last_picture.data[0];
351 uint16_t *src= (uint16_t*)f->last_picture.data[0];
742 f->current_picture= f->last_picture;
743 f->last_picture= temp;
H A Dvdpau.c224 last = (struct vdpau_render_state *)s->last_picture.data[0];
294 last = (struct vdpau_render_state *)s->last_picture.data[0];
H A Dmpegvideo_xvmc.c124 last = (struct xvmc_pix_fmt*)s->last_picture.data[2];
H A Dsnow.c445 AVFrame last_picture[MAX_REF_FRAMES]; member in struct:SnowContext
1843 init_ref(c, current_data, s->last_picture[ref].data, NULL, block_w*x, block_w*y, 0);
2346 uint8_t *src= s->last_picture[block->ref].data[plane_index];
4132 tmp= s->last_picture[s->max_ref_frames-1];
4133 memmove(s->last_picture+1, s->last_picture, (s->max_ref_frames-1)*sizeof(AVFrame));
4137 s->last_picture[0]= s->current_picture;
4144 for(i=0; i<s->max_ref_frames && s->last_picture[i].data[0]; i++)
4145 if(i && s->last_picture[i-1].key_frame)
4219 assert(s->last_picture[
[all...]
H A Dvc1.c486 if(!v->s.last_picture.data[0])return;
503 srcY = s->last_picture.data[0];
504 srcU = s->last_picture.data[1];
505 srcV = s->last_picture.data[2];
637 if(!v->s.last_picture.data[0])return;
640 srcY = s->last_picture.data[0];
725 if(!v->s.last_picture.data[0])return;
790 srcU = s->last_picture.data[1] + uvsrc_y * s->uvlinesize + uvsrc_x;
791 srcV = s->last_picture.data[2] + uvsrc_y * s->uvlinesize + uvsrc_x;
3923 memcpy(s->dest[0], s->last_picture
[all...]
H A Dmotion_est.c645 s->dsp.put_no_rnd_pixels_tab[1][dxy](c->scratchpad , s->last_picture.data[1] + offset, s->uvlinesize, 8);
646 s->dsp.put_no_rnd_pixels_tab[1][dxy](c->scratchpad+8 , s->last_picture.data[2] + offset, s->uvlinesize, 8);
648 s->dsp.put_pixels_tab [1][dxy](c->scratchpad , s->last_picture.data[1] + offset, s->uvlinesize, 8);
649 s->dsp.put_pixels_tab [1][dxy](c->scratchpad+8 , s->last_picture.data[2] + offset, s->uvlinesize, 8);
963 init_ref(c, s->new_picture.data, s->last_picture.data, NULL, 16*mb_x, 16*mb_y, 0);
1208 init_ref(c, s->new_picture.data, s->last_picture.data, NULL, 16*mb_x, 16*mb_y, 0);
1601 init_ref(c, s->new_picture.data, s->last_picture.data, s->next_picture.data, 16*mb_x, 16*mb_y, 2);
H A Dsvq3.c254 const Picture *pic = (dir == 0) ? &s->last_picture : &s->next_picture;
1029 *(AVFrame *) data = *(AVFrame *) &s->last_picture;
H A Dmpegvideo.c908 if(s->last_picture_ptr) ff_copy_picture(&s->last_picture, s->last_picture_ptr);
926 s->last_picture.linesize[i] *=2;
1005 memset(&s->last_picture, 0, sizeof(Picture));
1839 MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.data, op_pix);
1853 MPV_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.data, op_pix, op_qpix);
H A Dsvq1dec.c712 previous = s->last_picture.data[i];
H A Dmpegvideo.h256 Picture last_picture; member in struct:MpegEncContext
H A Derror_resilience.c588 uint8_t *last_mb_ptr= s->last_picture.data [0] + mb_x*16 + mb_y*16*s->linesize;
H A Dmpegvideo_enc.c1551 MPV_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.data, op_pix, op_qpix);
H A Dh264.c3948 ff_copy_picture(&s->last_picture, s->last_picture_ptr);

Completed in 233 milliseconds