Home
last modified time | relevance | path

Searched refs:ff_update_picture_tables (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegpicture.h111 int ff_update_picture_tables(Picture *dst, Picture *src);
Dmpegpicture.c317 int ff_update_picture_tables(Picture *dst, Picture *src) in ff_update_picture_tables() function
368 ret = ff_update_picture_tables(dst, src); in ff_mpeg_ref_picture()
Dmpegvideo.c589 ret = ff_update_picture_tables(&s->pic, &s1->pic);\ in ff_mpeg_update_thread_context()