Home
last modified time | relevance | path

Searched refs:ff_h264_ref_picture (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_picture.c66 int ff_h264_ref_picture(H264Context *h, H264Picture *dst, H264Picture *src) in ff_h264_ref_picture() function
Dh264dec.h835 int ff_h264_ref_picture(H264Context *h, H264Picture *dst, H264Picture *src);
Dh264_refs.c576 ff_h264_ref_picture(h, &h->last_pic_for_ec, h->short_ref[0]); in ff_h264_remove_all_refs()
Dh264_slice.c383 (ret = ff_h264_ref_picture(h, &h->DPB[i], &h1->DPB[i])) < 0) in ff_h264_update_thread_context()
390 ret = ff_h264_ref_picture(h, &h->cur_pic, &h1->cur_pic); in ff_h264_update_thread_context()
519 if ((ret = ff_h264_ref_picture(h, &h->cur_pic, h->cur_pic_ptr)) < 0) in h264_frame_start()