PICT_TOP_FIELD     78 libavcodec/dxva2_h264.c             if ((r->reference & PICT_TOP_FIELD) && r->field_poc[0] != INT_MAX)
PICT_TOP_FIELD     84 libavcodec/dxva2_h264.c             if (r->reference & PICT_TOP_FIELD)
PICT_TOP_FIELD    130 libavcodec/dxva2_h264.c     if ((h->picture_structure & PICT_TOP_FIELD) &&
PICT_TOP_FIELD     80 libavcodec/dxva2_vc1.c     if (s->picture_structure & PICT_TOP_FIELD)
PICT_TOP_FIELD    357 libavcodec/h264_parse.c     if (picture_structure != PICT_TOP_FIELD)
PICT_TOP_FIELD    415 libavcodec/h264_parser.c                     p->picture_structure = PICT_TOP_FIELD + get_bits1(&nal.gb); // bottom_field_flag
PICT_TOP_FIELD    535 libavcodec/h264_parser.c                 if (p->picture_structure == PICT_TOP_FIELD)
PICT_TOP_FIELD    286 libavcodec/h264_refs.c             field[0].reference = PICT_TOP_FIELD;
PICT_TOP_FIELD   1513 libavcodec/h264_slice.c                                           last_pic_structure == PICT_TOP_FIELD);
PICT_TOP_FIELD   1523 libavcodec/h264_slice.c                                               last_pic_structure == PICT_TOP_FIELD);
PICT_TOP_FIELD   1527 libavcodec/h264_slice.c                 if (!((last_pic_structure   == PICT_TOP_FIELD &&
PICT_TOP_FIELD   1530 libavcodec/h264_slice.c                        h->picture_structure == PICT_TOP_FIELD))) {
PICT_TOP_FIELD   1803 libavcodec/h264_slice.c             picture_structure = PICT_TOP_FIELD + bottom_field_flag;
PICT_TOP_FIELD   2056 libavcodec/h264_slice.c                (h->picture_structure == PICT_FRAME ? "F" : h->picture_structure == PICT_TOP_FIELD ? "T" : "B"),
PICT_TOP_FIELD    964 libavcodec/mpeg12dec.c                             if (s->picture_structure == PICT_TOP_FIELD)
PICT_TOP_FIELD   1274 libavcodec/mpegvideo.c                 (s->picture_structure == PICT_TOP_FIELD) == s->first_field;
PICT_TOP_FIELD     68 libavcodec/vaapi_h264.c         va_pic->flags |= (pic_structure & PICT_TOP_FIELD) ? VA_PICTURE_H264_TOP_FIELD : VA_PICTURE_H264_BOTTOM_FIELD;
PICT_TOP_FIELD    956 libavcodec/vc1dec.c             s->picture_structure = PICT_TOP_FIELD + v->tff;
PICT_TOP_FIELD     63 libavcodec/vdpau_h264.c     rf->top_is_reference    = (pic_structure & PICT_TOP_FIELD)    != 0;
PICT_TOP_FIELD    104 libavcodec/vdpau_h264.c                 rf2->top_is_reference    |= (pic->reference & PICT_TOP_FIELD)    ? VDP_TRUE : VDP_FALSE;