PICT_FRAME 100 libavcodec/dxva2_h264.c pp->wBitFields = ((h->picture_structure != PICT_FRAME) << 0) | PICT_FRAME 102 libavcodec/dxva2_h264.c (h->picture_structure == PICT_FRAME)) << 1) | PICT_FRAME 46 libavcodec/dxva2_mpeg2.c int is_field = s->picture_structure != PICT_FRAME; PICT_FRAME 129 libavcodec/dxva2_mpeg2.c int is_field = s->picture_structure != PICT_FRAME; PICT_FRAME 158 libavcodec/dxva2_mpeg2.c const int is_field = s->picture_structure != PICT_FRAME; PICT_FRAME 50 libavcodec/dxva2_vc1.c if (v->lumscale != 32 || v->lumshift != 0 || (s->picture_structure != PICT_FRAME && (v->lumscale2 != 32 || v->lumshift2 != 0))) PICT_FRAME 140 libavcodec/dxva2_vc1.c if (s->picture_structure == PICT_FRAME) { PICT_FRAME 91 libavcodec/h264_direct.c int interl = mbafi || h->picture_structure != PICT_FRAME; PICT_FRAME 136 libavcodec/h264_direct.c if (h->picture_structure == PICT_FRAME) { PICT_FRAME 152 libavcodec/h264_direct.c if (h->picture_structure == PICT_FRAME) { PICT_FRAME 552 libavcodec/h264_loopfilter.c || ((FRAME_MBAFF(h) || (h->picture_structure != PICT_FRAME)) && (dir == 0)) PICT_FRAME 106 libavcodec/h264_parse.c if (picture_structure == PICT_FRAME) { PICT_FRAME 232 libavcodec/h264_parse.c max[0] = max[1] = picture_structure == PICT_FRAME ? 15 : 31; PICT_FRAME 303 libavcodec/h264_parse.c if (picture_structure == PICT_FRAME) PICT_FRAME 339 libavcodec/h264_parse.c if (picture_structure == PICT_FRAME) PICT_FRAME 412 libavcodec/h264_parser.c p->picture_structure = PICT_FRAME; PICT_FRAME 417 libavcodec/h264_parser.c p->picture_structure = PICT_FRAME; PICT_FRAME 427 libavcodec/h264_parser.c p->picture_structure == PICT_FRAME) PICT_FRAME 436 libavcodec/h264_parser.c p->picture_structure == PICT_FRAME) PICT_FRAME 503 libavcodec/h264_parser.c s->repeat_pict = p->picture_structure == PICT_FRAME ? 1 : 0; PICT_FRAME 507 libavcodec/h264_parser.c s->repeat_pict = p->picture_structure == PICT_FRAME ? 1 : 0; PICT_FRAME 510 libavcodec/h264_parser.c if (p->picture_structure == PICT_FRAME) { PICT_FRAME 68 libavcodec/h264_refs.c if (parity != PICT_FRAME) { PICT_FRAME 267 libavcodec/h264_refs.c *structure ^= PICT_FRAME; PICT_FRAME 658 libavcodec/h264_refs.c remove_short(h, frame_num, structure ^ PICT_FRAME); PICT_FRAME 675 libavcodec/h264_refs.c remove_long(h, j, structure ^ PICT_FRAME); PICT_FRAME 822 libavcodec/h264_refs.c || pps_ref_count[0] <= 1 + (h->picture_structure != PICT_FRAME) && pps_ref_count[1] <= 1) PICT_FRAME 823 libavcodec/h264_refs.c && pps_ref_count[0]<=2 + (h->picture_structure != PICT_FRAME) + (2*!h->has_recovery_point) PICT_FRAME 481 libavcodec/h264_slice.c pic->field_picture = h->picture_structure != PICT_FRAME; PICT_FRAME 547 libavcodec/h264_slice.c h->mb_aff_frame = h->ps.sps->mb_aff && (h->picture_structure == PICT_FRAME); PICT_FRAME 669 libavcodec/h264_slice.c if (h->picture_structure == PICT_FRAME) { PICT_FRAME 1511 libavcodec/h264_slice.c if (last_pic_structure != PICT_FRAME) { PICT_FRAME 1521 libavcodec/h264_slice.c if (last_pic_structure != PICT_FRAME) { PICT_FRAME 1794 libavcodec/h264_slice.c picture_structure = PICT_FRAME; PICT_FRAME 1805 libavcodec/h264_slice.c picture_structure = PICT_FRAME; PICT_FRAME 1809 libavcodec/h264_slice.c sl->mb_field_decoding_flag = picture_structure != PICT_FRAME; PICT_FRAME 1811 libavcodec/h264_slice.c if (picture_structure == PICT_FRAME) { PICT_FRAME 1825 libavcodec/h264_slice.c if (pps->pic_order_present == 1 && picture_structure == PICT_FRAME) PICT_FRAME 1832 libavcodec/h264_slice.c if (pps->pic_order_present == 1 && picture_structure == PICT_FRAME) PICT_FRAME 2056 libavcodec/h264_slice.c (h->picture_structure == PICT_FRAME ? "F" : h->picture_structure == PICT_TOP_FIELD ? "T" : "B"), PICT_FRAME 2595 libavcodec/h264_slice.c sl->is_complex = FRAME_MBAFF(h) || h->picture_structure != PICT_FRAME || PICT_FRAME 2598 libavcodec/h264_slice.c if (!(h->avctx->active_thread_type & FF_THREAD_SLICE) && h->picture_structure == PICT_FRAME && h->slice_ctx[0].er.error_status_table) { PICT_FRAME 110 libavcodec/h264dec.c const int field_pic = h->picture_structure != PICT_FRAME; PICT_FRAME 74 libavcodec/h264dec.h #define FIELD_PICTURE(h) ((h)->picture_structure != PICT_FRAME) PICT_FRAME 837 libavcodec/intrax8.c PICT_FRAME, 0, lowdelay); PICT_FRAME 737 libavcodec/mpeg12dec.c if (s->picture_structure == PICT_FRAME && PICT_FRAME 746 libavcodec/mpeg12dec.c if (s->picture_structure != PICT_FRAME) PICT_FRAME 798 libavcodec/mpeg12dec.c if (s->picture_structure == PICT_FRAME) { PICT_FRAME 799 libavcodec/mpeg12dec.c if (s->picture_structure == PICT_FRAME PICT_FRAME 822 libavcodec/mpeg12dec.c if (s->picture_structure == PICT_FRAME && s->frame_pred_frame_dct) { PICT_FRAME 826 libavcodec/mpeg12dec.c if (s->picture_structure == PICT_FRAME && HAS_CBP(mb_type)) PICT_FRAME 838 libavcodec/mpeg12dec.c if (s->picture_structure == PICT_FRAME) { PICT_FRAME 882 libavcodec/mpeg12dec.c if (s->picture_structure == PICT_FRAME) { PICT_FRAME 927 libavcodec/mpeg12dec.c const int my_shift = s->picture_structure == PICT_FRAME; PICT_FRAME 947 libavcodec/mpeg12dec.c if (s->picture_structure == PICT_FRAME) { PICT_FRAME 1481 libavcodec/mpeg12dec.c if (s->picture_structure == PICT_FRAME) { PICT_FRAME 1610 libavcodec/mpeg12dec.c if (s->first_field || s->picture_structure == PICT_FRAME) { PICT_FRAME 1715 libavcodec/mpeg12dec.c const int field_pic = s->picture_structure != PICT_FRAME; PICT_FRAME 1787 libavcodec/mpeg12dec.c if (s->mb_y == 0 && s->mb_x == 0 && (s->first_field || s->picture_structure == PICT_FRAME)) { PICT_FRAME 1954 libavcodec/mpeg12dec.c if (s->picture_structure == PICT_FRAME) PICT_FRAME 1992 libavcodec/mpeg12dec.c const int field_pic = s->picture_structure != PICT_FRAME; PICT_FRAME 2162 libavcodec/mpeg12dec.c s->picture_structure = PICT_FRAME; PICT_FRAME 2218 libavcodec/mpeg12dec.c s->picture_structure = PICT_FRAME; PICT_FRAME 2531 libavcodec/mpeg12dec.c if (picture_start_code_seen && s2->picture_structure == PICT_FRAME) { PICT_FRAME 2640 libavcodec/mpeg12dec.c (s2->progressive_frame && s2->picture_structure != PICT_FRAME)) { PICT_FRAME 2644 libavcodec/mpeg12dec.c s2->picture_structure = PICT_FRAME; PICT_FRAME 2650 libavcodec/mpeg12dec.c if (s2->picture_structure == PICT_FRAME) { PICT_FRAME 2661 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 58 libavcodec/mpegutils.c const int field_pic = picture_structure != PICT_FRAME; PICT_FRAME 84 libavcodec/mpegutils.c picture_structure == PICT_FRAME && PICT_FRAME 651 libavcodec/mpegvideo.c s->picture_structure = PICT_FRAME; PICT_FRAME 1272 libavcodec/mpegvideo.c if (s->picture_structure != PICT_FRAME) PICT_FRAME 1278 libavcodec/mpegvideo.c s->current_picture_ptr->field_picture = s->picture_structure != PICT_FRAME; PICT_FRAME 1394 libavcodec/mpegvideo.c if (s->picture_structure!= PICT_FRAME) { PICT_FRAME 1755 libavcodec/mpegvideo.c if (s->picture_structure == PICT_FRAME) { PICT_FRAME 1804 libavcodec/mpegvideo.c if (s->picture_structure == PICT_FRAME) { PICT_FRAME 1849 libavcodec/mpegvideo.c if (s->picture_structure != PICT_FRAME || s->mcsel) PICT_FRAME 2290 libavcodec/mpegvideo.c if(!(s->pict_type==AV_PICTURE_TYPE_B && s->avctx->draw_horiz_band && s->picture_structure==PICT_FRAME)) PICT_FRAME 2292 libavcodec/mpegvideo.c if(s->picture_structure==PICT_FRAME){ PICT_FRAME 1787 libavcodec/mpegvideo_enc.c if (s->picture_structure!= PICT_FRAME) { PICT_FRAME 884 libavcodec/mpegvideo_motion.c if (s->picture_structure == PICT_FRAME) { PICT_FRAME 938 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 53 libavcodec/nvdec_mpeg12.c .field_pic_flag = s->picture_structure != PICT_FRAME, PICT_FRAME 55 libavcodec/nvdec_mpeg12.c .second_field = s->picture_structure != PICT_FRAME && !s->first_field, PICT_FRAME 553 libavcodec/svq1enc.c s->m.picture_structure = PICT_FRAME; PICT_FRAME 1588 libavcodec/svq3.c 16 * s->mb_y, 16, PICT_FRAME, 0, PICT_FRAME 61 libavcodec/vaapi_h264.c pic_structure &= PICT_FRAME; /* PICT_TOP_FIELD|PICT_BOTTOM_FIELD */ PICT_FRAME 67 libavcodec/vaapi_h264.c if (pic_structure != PICT_FRAME) PICT_FRAME 268 libavcodec/vaapi_h264.c .field_pic_flag = h->picture_structure != PICT_FRAME, PICT_FRAME 39 libavcodec/vaapi_mpeg2.c return s->first_field || s->picture_structure == PICT_FRAME; PICT_FRAME 159 libavcodec/vaapi_mpeg2.c .slice_vertical_position = s->mb_y >> (s->picture_structure != PICT_FRAME), PICT_FRAME 1000 libavcodec/vc1dec.c s->picture_structure = PICT_FRAME; PICT_FRAME 140 libavcodec/vdpau_h264.c info->field_pic_flag = h->picture_structure != PICT_FRAME;