Searched refs:ff_mpeg_ref_picture (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegpicture.h | 107 int ff_mpeg_ref_picture(AVCodecContext *avctx, Picture *dst, Picture *src);
|
D | mpegpicture.c | 355 int ff_mpeg_ref_picture(AVCodecContext *avctx, Picture *dst, Picture *src) in ff_mpeg_ref_picture() function
|
D | mpegvideo.c | 579 (ret = ff_mpeg_ref_picture(s->avctx, &s->picture[i], &s1->picture[i])) < 0) in ff_mpeg_update_thread_context() 587 ret = ff_mpeg_ref_picture(s->avctx, &s->pic, &s1->pic);\ in ff_mpeg_update_thread_context() 1261 if ((ret = ff_mpeg_ref_picture(s->avctx, &s->current_picture, in ff_mpv_frame_start() 1356 (ret = ff_mpeg_ref_picture(s->avctx, &s->last_picture, in ff_mpv_frame_start() 1362 (ret = ff_mpeg_ref_picture(s->avctx, &s->next_picture, in ff_mpv_frame_start()
|
D | mpegvideo_enc.c | 1671 if ((ret = ff_mpeg_ref_picture(s->avctx, &s->new_picture, s->reordered_input_picture[0]))) in select_input_picture() 1707 if ((ret = ff_mpeg_ref_picture(s->avctx, &s->current_picture, in select_input_picture() 1802 if ((ret = ff_mpeg_ref_picture(s->avctx, &s->current_picture, in frame_start() 1815 (ret = ff_mpeg_ref_picture(s->avctx, &s->last_picture, in frame_start() 1822 (ret = ff_mpeg_ref_picture(s->avctx, &s->next_picture, in frame_start()
|