COPY_PICTURE      206 libavcodec/h264_picture.c             COPY_PICTURE(&h->ref_list[0][0], &h->last_pic_for_ec);
COPY_PICTURE       56 libavcodec/h264_refs.c         COPY_PICTURE(dest, src);
COPY_PICTURE      152 libavcodec/h264_refs.c                 COPY_PICTURE(&tmp, &h->default_ref_list[1][0]);
COPY_PICTURE      153 libavcodec/h264_refs.c                 COPY_PICTURE(&h->default_ref_list[1][0], &h->default_ref_list[1][1]);
COPY_PICTURE      154 libavcodec/h264_refs.c                 COPY_PICTURE(&h->default_ref_list[1][1], &tmp);
COPY_PICTURE      222 libavcodec/h264_refs.c             COPY_PICTURE(&h->ref_list[list][i], &h->default_ref_list[list][i]);
COPY_PICTURE      313 libavcodec/h264_refs.c                         COPY_PICTURE(&h->ref_list[list][i], &h->ref_list[list][i - 1]);
COPY_PICTURE      315 libavcodec/h264_refs.c                     COPY_PICTURE(&h->ref_list[list][index], ref);
COPY_PICTURE      333 libavcodec/h264_refs.c                     COPY_PICTURE(&h->ref_list[list][index], &h->default_ref_list[list][0]);
COPY_PICTURE      351 libavcodec/h264_refs.c             COPY_PICTURE(field, frame);
COPY_PICTURE      356 libavcodec/h264_refs.c             COPY_PICTURE(field + 1, field);