REBASE_PICTURE    290 libavcodec/h264_slice.c         to[i] = REBASE_PICTURE(from[i], new_base, old_base);
REBASE_PICTURE    395 libavcodec/h264_slice.c     h->cur_pic_ptr = REBASE_PICTURE(h1->cur_pic_ptr, h, h1);
REBASE_PICTURE    571 libavcodec/mpegvideo.c     s->last_picture_ptr    = REBASE_PICTURE(s1->last_picture_ptr,    s, s1);
REBASE_PICTURE    572 libavcodec/mpegvideo.c     s->current_picture_ptr = REBASE_PICTURE(s1->current_picture_ptr, s, s1);
REBASE_PICTURE    573 libavcodec/mpegvideo.c     s->next_picture_ptr    = REBASE_PICTURE(s1->next_picture_ptr,    s, s1);