Searched refs:REBASE_PICTURE (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_dec.c | 129 #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()
|
D | h264_slice.c | 287 #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()
|