Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_slice.c292 static void copy_picture_range(H264Picture **to, H264Picture **from, int count, in copy_picture_range() function
429 copy_picture_range(h->short_ref, h1->short_ref, 32, h, h1); in ff_h264_update_thread_context()
430 copy_picture_range(h->long_ref, h1->long_ref, 32, h, h1); in ff_h264_update_thread_context()
431 copy_picture_range(h->delayed_pic, h1->delayed_pic, in ff_h264_update_thread_context()

Completed in 4 milliseconds