PICT_BOTTOM_FIELD  579 libavcodec/crystalhd.c             pic_type = PICT_BOTTOM_FIELD;
PICT_BOTTOM_FIELD  711 libavcodec/crystalhd.c         (pic_type == PICT_TOP_FIELD || pic_type == PICT_BOTTOM_FIELD)) {
PICT_BOTTOM_FIELD   55 libavcodec/dxva2_h264.c                        h->picture_structure == PICT_BOTTOM_FIELD);
PICT_BOTTOM_FIELD   75 libavcodec/dxva2_h264.c             if ((r->reference & PICT_BOTTOM_FIELD) && r->field_poc[1] != INT_MAX)
PICT_BOTTOM_FIELD   81 libavcodec/dxva2_h264.c             if (r->reference & PICT_BOTTOM_FIELD)
PICT_BOTTOM_FIELD  129 libavcodec/dxva2_h264.c     if ((h->picture_structure & PICT_BOTTOM_FIELD) &&
PICT_BOTTOM_FIELD  250 libavcodec/dxva2_h264.c                                    r->reference == PICT_BOTTOM_FIELD);
PICT_BOTTOM_FIELD   79 libavcodec/dxva2_vc1.c     if (s->picture_structure & PICT_BOTTOM_FIELD)
PICT_BOTTOM_FIELD 1189 libavcodec/h264.c     if (h->picture_structure != PICT_BOTTOM_FIELD)
PICT_BOTTOM_FIELD 1717 libavcodec/h264.c                                   h->picture_structure == PICT_BOTTOM_FIELD);
PICT_BOTTOM_FIELD   52 libavcodec/h264_direct.c     const int poc  = FIELD_PICTURE(h) ? h->cur_pic_ptr->field_poc[h->picture_structure == PICT_BOTTOM_FIELD]
PICT_BOTTOM_FIELD  416 libavcodec/h264_parser.c                         h->picture_structure == PICT_BOTTOM_FIELD ? 0 : field_poc[0];
PICT_BOTTOM_FIELD  225 libavcodec/h264_picture.c                                   h->picture_structure == PICT_BOTTOM_FIELD);
PICT_BOTTOM_FIELD   43 libavcodec/h264_refs.c         if (parity == PICT_BOTTOM_FIELD)
PICT_BOTTOM_FIELD   48 libavcodec/h264_refs.c     pic->poc= pic->field_poc[parity == PICT_BOTTOM_FIELD];
PICT_BOTTOM_FIELD  125 libavcodec/h264_refs.c             cur_poc = h->cur_pic_ptr->field_poc[h->picture_structure == PICT_BOTTOM_FIELD];
PICT_BOTTOM_FIELD  359 libavcodec/h264_refs.c             field[1].reference = PICT_BOTTOM_FIELD;
PICT_BOTTOM_FIELD 1309 libavcodec/h264_slice.c                                           h->picture_structure == PICT_BOTTOM_FIELD);
PICT_BOTTOM_FIELD 1593 libavcodec/h264_slice.c                                           last_pic_structure == PICT_BOTTOM_FIELD);
PICT_BOTTOM_FIELD 1617 libavcodec/h264_slice.c                            h->picture_structure == PICT_BOTTOM_FIELD) ||
PICT_BOTTOM_FIELD 1618 libavcodec/h264_slice.c                           (last_pic_structure   == PICT_BOTTOM_FIELD &&
PICT_BOTTOM_FIELD 1704 libavcodec/h264_slice.c                                               h0->picture_structure==PICT_BOTTOM_FIELD);
PICT_BOTTOM_FIELD 1731 libavcodec/h264_slice.c             for(i = (h->picture_structure == PICT_BOTTOM_FIELD); i<h->mb_height; i++)
PICT_BOTTOM_FIELD 1762 libavcodec/h264_slice.c     if (h->picture_structure == PICT_BOTTOM_FIELD)
PICT_BOTTOM_FIELD 2383 libavcodec/h264_slice.c                               h->picture_structure == PICT_BOTTOM_FIELD);
PICT_BOTTOM_FIELD 1711 libavcodec/mpeg12dec.c             if (s->picture_structure == PICT_BOTTOM_FIELD)
PICT_BOTTOM_FIELD 2044 libavcodec/mpeg12dec.c         if (s->picture_structure == PICT_BOTTOM_FIELD)
PICT_BOTTOM_FIELD 2611 libavcodec/mpeg12dec.c                 if (s2->picture_structure == PICT_BOTTOM_FIELD)
PICT_BOTTOM_FIELD 1962 libavcodec/mpegvideo.c             if (s->picture_structure == PICT_BOTTOM_FIELD) {
PICT_BOTTOM_FIELD 3330 libavcodec/mpegvideo.c             av_assert1((s->mb_y&1) == (s->picture_structure == PICT_BOTTOM_FIELD));
PICT_BOTTOM_FIELD 1675 libavcodec/mpegvideo_enc.c             if (s->picture_structure == PICT_BOTTOM_FIELD) {
PICT_BOTTOM_FIELD  880 libavcodec/vc1dec.c             s->picture_structure = PICT_BOTTOM_FIELD - v->tff;
PICT_BOTTOM_FIELD  398 libavcodec/vdpau.c                 rf2->bottom_is_reference |= (pic->reference & PICT_BOTTOM_FIELD) ? VDP_TRUE : VDP_FALSE;
PICT_BOTTOM_FIELD  408 libavcodec/vdpau.c             rf->bottom_is_reference = (pic->reference & PICT_BOTTOM_FIELD) ? VDP_TRUE : VDP_FALSE;
PICT_BOTTOM_FIELD  477 libavcodec/vdpau.c     render->info.h264.bottom_field_flag                      = h->picture_structure == PICT_BOTTOM_FIELD;
PICT_BOTTOM_FIELD   62 libavcodec/vdpau_h264.c     rf->bottom_is_reference = (pic_structure & PICT_BOTTOM_FIELD) != 0;
PICT_BOTTOM_FIELD  103 libavcodec/vdpau_h264.c                 rf2->bottom_is_reference |= (pic->reference & PICT_BOTTOM_FIELD) ? VDP_TRUE : VDP_FALSE;
PICT_BOTTOM_FIELD  137 libavcodec/vdpau_h264.c     info->bottom_field_flag                      = h->picture_structure == PICT_BOTTOM_FIELD;