Home
last modified time | relevance | path

Searched refs:REBASE_PICTURE (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo_dec.c129 #define REBASE_PICTURE(pic, new_ctx, old_ctx) \ in ff_mpeg_update_thread_context() macro
134 s->last_picture_ptr = REBASE_PICTURE(s1->last_picture_ptr, s, s1); in ff_mpeg_update_thread_context()
135 s->current_picture_ptr = REBASE_PICTURE(s1->current_picture_ptr, s, s1); in ff_mpeg_update_thread_context()
136 s->next_picture_ptr = REBASE_PICTURE(s1->next_picture_ptr, s, s1); in ff_mpeg_update_thread_context()
Dh264_slice.c287 #define REBASE_PICTURE(pic, new_ctx, old_ctx) \ macro
302 to[i] = REBASE_PICTURE(from[i], new_base, old_base); in copy_picture_range()
398 h->cur_pic_ptr = REBASE_PICTURE(h1->cur_pic_ptr, h, h1); in ff_h264_update_thread_context()