PICT_FRAME        730 libavcodec/crystalhd.c             pic_type == PICT_FRAME) ?
PICT_FRAME         95 libavcodec/dxva2_h264.c     pp->wBitFields                    = ((h->picture_structure != PICT_FRAME) <<  0) |
PICT_FRAME         97 libavcodec/dxva2_h264.c                                         (h->picture_structure == PICT_FRAME)) <<  1) |
PICT_FRAME         44 libavcodec/dxva2_mpeg2.c     int is_field = s->picture_structure != PICT_FRAME;
PICT_FRAME        127 libavcodec/dxva2_mpeg2.c     int is_field = s->picture_structure != PICT_FRAME;
PICT_FRAME        156 libavcodec/dxva2_mpeg2.c     const int is_field = s->picture_structure != PICT_FRAME;
PICT_FRAME         47 libavcodec/dxva2_vc1.c         if (v->lumscale != 32 || v->lumshift != 0 || (s->picture_structure != PICT_FRAME && (v->lumscale2 != 32 || v->lumshift2 != 0)))
PICT_FRAME        137 libavcodec/dxva2_vc1.c     if (s->picture_structure == PICT_FRAME) {
PICT_FRAME        104 libavcodec/h264.c     const int field_pic = h->picture_structure != PICT_FRAME;
PICT_FRAME        657 libavcodec/h264.c     h->picture_structure   = PICT_FRAME;
PICT_FRAME       1142 libavcodec/h264.c         if (h->picture_structure == PICT_FRAME)
PICT_FRAME       1177 libavcodec/h264.c         if (h->picture_structure == PICT_FRAME)
PICT_FRAME       1283 libavcodec/h264.c         max[0] = max[1] = h->picture_structure == PICT_FRAME ? 15 : 31;
PICT_FRAME         74 libavcodec/h264.h #define FIELD_PICTURE(h) ((h)->picture_structure != PICT_FRAME)
PICT_FRAME         77 libavcodec/h264_direct.c     int interl = mbafi || h->picture_structure != PICT_FRAME;
PICT_FRAME        122 libavcodec/h264_direct.c     if (h->picture_structure == PICT_FRAME) {
PICT_FRAME        130 libavcodec/h264_direct.c     if (h->picture_structure == PICT_FRAME) {
PICT_FRAME        538 libavcodec/h264_loopfilter.c                     || ((FRAME_MBAFF(h) || (h->picture_structure != PICT_FRAME)) && (dir == 0))
PICT_FRAME        363 libavcodec/h264_parser.c                 h->picture_structure = PICT_FRAME;
PICT_FRAME        368 libavcodec/h264_parser.c                     h->picture_structure = PICT_FRAME;
PICT_FRAME        378 libavcodec/h264_parser.c                     h->picture_structure == PICT_FRAME)
PICT_FRAME        387 libavcodec/h264_parser.c                     h->picture_structure == PICT_FRAME)
PICT_FRAME        442 libavcodec/h264_parser.c                     s->repeat_pict = h->picture_structure == PICT_FRAME ? 1 : 0;
PICT_FRAME        446 libavcodec/h264_parser.c                 s->repeat_pict = h->picture_structure == PICT_FRAME ? 1 : 0;
PICT_FRAME        449 libavcodec/h264_parser.c             if (h->picture_structure == PICT_FRAME) {
PICT_FRAME         57 libavcodec/h264_refs.c         if (parity != PICT_FRAME) {
PICT_FRAME        206 libavcodec/h264_refs.c             *structure ^= PICT_FRAME;
PICT_FRAME        621 libavcodec/h264_refs.c             remove_short(h, frame_num, structure ^ PICT_FRAME);
PICT_FRAME        638 libavcodec/h264_refs.c                 remove_long(h, j, structure ^ PICT_FRAME);
PICT_FRAME        776 libavcodec/h264_refs.c         && h->pps.ref_count[0]<=2 + (h->picture_structure != PICT_FRAME) + (2*!h->has_recovery_point)
PICT_FRAME        717 libavcodec/h264_slice.c     pic->field_picture          = h->picture_structure != PICT_FRAME;
PICT_FRAME        890 libavcodec/h264_slice.c         if (h->picture_structure == PICT_FRAME) {
PICT_FRAME       1523 libavcodec/h264_slice.c         picture_structure = PICT_FRAME;
PICT_FRAME       1535 libavcodec/h264_slice.c             picture_structure = PICT_FRAME;
PICT_FRAME       1559 libavcodec/h264_slice.c     h->mb_field_decoding_flag = picture_structure != PICT_FRAME;
PICT_FRAME       1600 libavcodec/h264_slice.c                 if (last_pic_structure != PICT_FRAME) {
PICT_FRAME       1610 libavcodec/h264_slice.c                     if (last_pic_structure != PICT_FRAME) {
PICT_FRAME       1766 libavcodec/h264_slice.c     if (h->picture_structure == PICT_FRAME) {
PICT_FRAME       1780 libavcodec/h264_slice.c         if (h->pps.pic_order_present == 1 && h->picture_structure == PICT_FRAME)
PICT_FRAME       1787 libavcodec/h264_slice.c         if (h->pps.pic_order_present == 1 && h->picture_structure == PICT_FRAME)
PICT_FRAME       2006 libavcodec/h264_slice.c                (h->picture_structure == PICT_FRAME ? "F" : h->picture_structure == PICT_TOP_FIELD ? "T" : "B"),
PICT_FRAME       2405 libavcodec/h264_slice.c     h->is_complex = FRAME_MBAFF(h) || h->picture_structure != PICT_FRAME ||
PICT_FRAME       2409 libavcodec/h264_slice.c     if (!(h->avctx->active_thread_type & FF_THREAD_SLICE) && h->picture_structure == PICT_FRAME && h->er.error_status_table) {
PICT_FRAME        813 libavcodec/mpeg12dec.c         if (s->picture_structure == PICT_FRAME &&
PICT_FRAME        822 libavcodec/mpeg12dec.c             if (s->picture_structure != PICT_FRAME)
PICT_FRAME        863 libavcodec/mpeg12dec.c             if (s->picture_structure == PICT_FRAME) {
PICT_FRAME        864 libavcodec/mpeg12dec.c                 if (s->picture_structure == PICT_FRAME
PICT_FRAME        887 libavcodec/mpeg12dec.c             if (s->picture_structure == PICT_FRAME && s->frame_pred_frame_dct) {
PICT_FRAME        891 libavcodec/mpeg12dec.c                 if (s->picture_structure == PICT_FRAME && HAS_CBP(mb_type))
PICT_FRAME        903 libavcodec/mpeg12dec.c                 if (s->picture_structure == PICT_FRAME) {
PICT_FRAME        947 libavcodec/mpeg12dec.c                 if (s->picture_structure == PICT_FRAME) {
PICT_FRAME        992 libavcodec/mpeg12dec.c                         const int my_shift = s->picture_structure == PICT_FRAME;
PICT_FRAME       1012 libavcodec/mpeg12dec.c                         if (s->picture_structure == PICT_FRAME) {
PICT_FRAME       1511 libavcodec/mpeg12dec.c         if (s->picture_structure == PICT_FRAME) {
PICT_FRAME       1635 libavcodec/mpeg12dec.c     if (s->first_field || s->picture_structure == PICT_FRAME) {
PICT_FRAME       1739 libavcodec/mpeg12dec.c     const int field_pic   = s->picture_structure != PICT_FRAME;
PICT_FRAME       1811 libavcodec/mpeg12dec.c     if (s->mb_y == 0 && s->mb_x == 0 && (s->first_field || s->picture_structure == PICT_FRAME)) {
PICT_FRAME       1973 libavcodec/mpeg12dec.c                 if (s->picture_structure == PICT_FRAME)
PICT_FRAME       2009 libavcodec/mpeg12dec.c     const int field_pic = s->picture_structure != PICT_FRAME;
PICT_FRAME       2174 libavcodec/mpeg12dec.c     s->picture_structure    = PICT_FRAME;
PICT_FRAME       2230 libavcodec/mpeg12dec.c     s->picture_structure     = PICT_FRAME;
PICT_FRAME       2474 libavcodec/mpeg12dec.c             if (picture_start_code_seen && s2->picture_structure == PICT_FRAME) {
PICT_FRAME       2583 libavcodec/mpeg12dec.c                     (s2->progressive_frame && s2->picture_structure != PICT_FRAME)) {
PICT_FRAME       2587 libavcodec/mpeg12dec.c                     s2->picture_structure = PICT_FRAME;
PICT_FRAME       2593 libavcodec/mpeg12dec.c                 if (s2->picture_structure == PICT_FRAME) {
PICT_FRAME       2604 libavcodec/mpeg12dec.c                 const int field_pic = s2->picture_structure != PICT_FRAME;
PICT_FRAME        483 libavcodec/mpeg12enc.c         av_assert0(s->picture_structure == PICT_FRAME);
PICT_FRAME         37 libavcodec/mpegutils.c     const int field_pic = picture_structure != PICT_FRAME;
PICT_FRAME         63 libavcodec/mpegutils.c             picture_structure == PICT_FRAME &&
PICT_FRAME       1097 libavcodec/mpegvideo.c     s->picture_structure     = PICT_FRAME;
PICT_FRAME       1833 libavcodec/mpegvideo.c         if (s->picture_structure != PICT_FRAME)
PICT_FRAME       1839 libavcodec/mpegvideo.c     s->current_picture_ptr->field_picture      =  s->picture_structure != PICT_FRAME;
PICT_FRAME       1864 libavcodec/mpegvideo.c          s->picture_structure != PICT_FRAME)) {
PICT_FRAME       1874 libavcodec/mpegvideo.c         else if (s->picture_structure != PICT_FRAME)
PICT_FRAME       1959 libavcodec/mpegvideo.c     if (s->picture_structure!= PICT_FRAME) {
PICT_FRAME       2843 libavcodec/mpegvideo.c         if (s->picture_structure == PICT_FRAME) {
PICT_FRAME       2892 libavcodec/mpegvideo.c         if (s->picture_structure == PICT_FRAME) {
PICT_FRAME       2937 libavcodec/mpegvideo.c     if (s->picture_structure != PICT_FRAME || s->mcsel)
PICT_FRAME       3320 libavcodec/mpegvideo.c     if(!(s->pict_type==AV_PICTURE_TYPE_B && s->avctx->draw_horiz_band && s->picture_structure==PICT_FRAME))
PICT_FRAME       3322 libavcodec/mpegvideo.c         if(s->picture_structure==PICT_FRAME){
PICT_FRAME       1672 libavcodec/mpegvideo_enc.c     if (s->picture_structure!= PICT_FRAME) {
PICT_FRAME        882 libavcodec/mpegvideo_motion.c         if (s->picture_structure == PICT_FRAME) {
PICT_FRAME        936 libavcodec/mpegvideo_motion.c         if (s->picture_structure == PICT_FRAME) {
PICT_FRAME        243 libavcodec/mpegvideo_xvmc.c                 if (s->picture_structure == PICT_FRAME) {
PICT_FRAME        252 libavcodec/mpegvideo_xvmc.c                 if (s->picture_structure == PICT_FRAME) {
PICT_FRAME        548 libavcodec/svq1enc.c     s->m.picture_structure = PICT_FRAME;
PICT_FRAME        897 libavcodec/svq3.c     h->picture_structure = PICT_FRAME;
PICT_FRAME         60 libavcodec/vaapi_h264.c     pic_structure &= PICT_FRAME; /* PICT_TOP_FIELD|PICT_BOTTOM_FIELD */
PICT_FRAME         66 libavcodec/vaapi_h264.c     if (pic_structure != PICT_FRAME)
PICT_FRAME        272 libavcodec/vaapi_h264.c     pic_param->pic_fields.bits.field_pic_flag                   = h->picture_structure != PICT_FRAME;
PICT_FRAME         36 libavcodec/vaapi_mpeg2.c     return s->first_field || s->picture_structure == PICT_FRAME;
PICT_FRAME        130 libavcodec/vaapi_mpeg2.c     slice_param->slice_vertical_position        = s->mb_y >> (s->picture_structure != PICT_FRAME);
PICT_FRAME        906 libavcodec/vc1dec.c             s->picture_structure = PICT_FRAME;
PICT_FRAME        476 libavcodec/vdpau.c     render->info.h264.field_pic_flag                         = h->picture_structure != PICT_FRAME;
PICT_FRAME        136 libavcodec/vdpau_h264.c     info->field_pic_flag                         = h->picture_structure != PICT_FRAME;