PICT_BOTTOM_FIELD 60 libavcodec/dxva2_h264.c h->picture_structure == PICT_BOTTOM_FIELD); PICT_BOTTOM_FIELD 80 libavcodec/dxva2_h264.c if ((r->reference & PICT_BOTTOM_FIELD) && r->field_poc[1] != INT_MAX) PICT_BOTTOM_FIELD 86 libavcodec/dxva2_h264.c if (r->reference & PICT_BOTTOM_FIELD) PICT_BOTTOM_FIELD 134 libavcodec/dxva2_h264.c if ((h->picture_structure & PICT_BOTTOM_FIELD) && PICT_BOTTOM_FIELD 257 libavcodec/dxva2_h264.c sl->ref_list[list][i].reference == PICT_BOTTOM_FIELD); PICT_BOTTOM_FIELD 82 libavcodec/dxva2_vc1.c if (s->picture_structure & PICT_BOTTOM_FIELD) PICT_BOTTOM_FIELD 65 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 355 libavcodec/h264_parse.c if (picture_structure != PICT_BOTTOM_FIELD) PICT_BOTTOM_FIELD 468 libavcodec/h264_parser.c p->picture_structure == PICT_BOTTOM_FIELD ? 0 : field_poc[0]; PICT_BOTTOM_FIELD 184 libavcodec/h264_picture.c h->picture_structure == PICT_BOTTOM_FIELD); PICT_BOTTOM_FIELD 44 libavcodec/h264_refs.c if (parity == PICT_BOTTOM_FIELD) PICT_BOTTOM_FIELD 49 libavcodec/h264_refs.c pic->poc = pic->parent->field_poc[parity == PICT_BOTTOM_FIELD]; PICT_BOTTOM_FIELD 146 libavcodec/h264_refs.c cur_poc = h->cur_pic_ptr->field_poc[h->picture_structure == PICT_BOTTOM_FIELD]; PICT_BOTTOM_FIELD 293 libavcodec/h264_refs.c field[1].reference = PICT_BOTTOM_FIELD; PICT_BOTTOM_FIELD 1497 libavcodec/h264_slice.c int last_field = last_pic_structure == PICT_BOTTOM_FIELD; PICT_BOTTOM_FIELD 1528 libavcodec/h264_slice.c h->picture_structure == PICT_BOTTOM_FIELD) || PICT_BOTTOM_FIELD 1529 libavcodec/h264_slice.c (last_pic_structure == PICT_BOTTOM_FIELD && PICT_BOTTOM_FIELD 1628 libavcodec/h264_slice.c h->picture_structure==PICT_BOTTOM_FIELD); PICT_BOTTOM_FIELD 1656 libavcodec/h264_slice.c int field = h->picture_structure == PICT_BOTTOM_FIELD; PICT_BOTTOM_FIELD 1663 libavcodec/h264_slice.c for(i = (h->picture_structure == PICT_BOTTOM_FIELD); i<h->mb_height; i++) PICT_BOTTOM_FIELD 1959 libavcodec/h264_slice.c if (h->picture_structure == PICT_BOTTOM_FIELD) PICT_BOTTOM_FIELD 2137 libavcodec/h264_slice.c h->picture_structure == PICT_BOTTOM_FIELD); PICT_BOTTOM_FIELD 2556 libavcodec/h264_slice.c h->picture_structure == PICT_BOTTOM_FIELD); PICT_BOTTOM_FIELD 796 libavcodec/h264dec.c h->picture_structure == PICT_BOTTOM_FIELD); PICT_BOTTOM_FIELD 1687 libavcodec/mpeg12dec.c if (s->picture_structure == PICT_BOTTOM_FIELD) PICT_BOTTOM_FIELD 2029 libavcodec/mpeg12dec.c if (s->picture_structure == PICT_BOTTOM_FIELD) PICT_BOTTOM_FIELD 2668 libavcodec/mpeg12dec.c if (s2->picture_structure == PICT_BOTTOM_FIELD) PICT_BOTTOM_FIELD 1397 libavcodec/mpegvideo.c if (s->picture_structure == PICT_BOTTOM_FIELD) { PICT_BOTTOM_FIELD 2300 libavcodec/mpegvideo.c av_assert1((s->mb_y&1) == (s->picture_structure == PICT_BOTTOM_FIELD)); PICT_BOTTOM_FIELD 1790 libavcodec/mpegvideo_enc.c if (s->picture_structure == PICT_BOTTOM_FIELD) { PICT_BOTTOM_FIELD 74 libavcodec/nvdec_h264.c .bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD, PICT_BOTTOM_FIELD 54 libavcodec/nvdec_mpeg12.c .bottom_field_flag = s->picture_structure == PICT_BOTTOM_FIELD, PICT_BOTTOM_FIELD 918 libavcodec/vc1dec.c s->picture_structure = PICT_BOTTOM_FIELD - v->tff; PICT_BOTTOM_FIELD 64 libavcodec/vdpau_h264.c rf->bottom_is_reference = (pic_structure & PICT_BOTTOM_FIELD) != 0; PICT_BOTTOM_FIELD 105 libavcodec/vdpau_h264.c rf2->bottom_is_reference |= (pic->reference & PICT_BOTTOM_FIELD) ? VDP_TRUE : VDP_FALSE; PICT_BOTTOM_FIELD 141 libavcodec/vdpau_h264.c info->bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD;