Searched refs:REBASE_PICTURE (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo.c | 598 #define REBASE_PICTURE(pic, new_ctx, old_ctx) \ in ff_mpeg_update_thread_context() macro 603 s->last_picture_ptr = REBASE_PICTURE(s1->last_picture_ptr, s, s1); in ff_mpeg_update_thread_context() 604 s->current_picture_ptr = REBASE_PICTURE(s1->current_picture_ptr, s, s1); in ff_mpeg_update_thread_context() 605 s->next_picture_ptr = REBASE_PICTURE(s1->next_picture_ptr, s, s1); in ff_mpeg_update_thread_context()
|
D | h264_slice.c | 275 #define REBASE_PICTURE(pic, new_ctx, old_ctx) \ macro 290 to[i] = REBASE_PICTURE(from[i], new_base, old_base); in copy_picture_range() 387 h->cur_pic_ptr = REBASE_PICTURE(h1->cur_pic_ptr, h, h1); in ff_h264_update_thread_context()
|