PICT_TOP_FIELD 711 libavcodec/crystalhd.c (pic_type == PICT_TOP_FIELD || pic_type == PICT_BOTTOM_FIELD)) { PICT_TOP_FIELD 73 libavcodec/dxva2_h264.c if ((r->reference & PICT_TOP_FIELD) && r->field_poc[0] != INT_MAX) PICT_TOP_FIELD 79 libavcodec/dxva2_h264.c if (r->reference & PICT_TOP_FIELD) PICT_TOP_FIELD 125 libavcodec/dxva2_h264.c if ((h->picture_structure & PICT_TOP_FIELD) && PICT_TOP_FIELD 77 libavcodec/dxva2_vc1.c if (s->picture_structure & PICT_TOP_FIELD) PICT_TOP_FIELD 1191 libavcodec/h264.c if (h->picture_structure != PICT_TOP_FIELD) PICT_TOP_FIELD 366 libavcodec/h264_parser.c h->picture_structure = PICT_TOP_FIELD + get_bits1(&h->gb); // bottom_field_flag PICT_TOP_FIELD 474 libavcodec/h264_parser.c if (h->picture_structure == PICT_TOP_FIELD) PICT_TOP_FIELD 354 libavcodec/h264_refs.c field[0].reference = PICT_TOP_FIELD; PICT_TOP_FIELD 1533 libavcodec/h264_slice.c picture_structure = PICT_TOP_FIELD + bottom_field_flag; PICT_TOP_FIELD 1602 libavcodec/h264_slice.c last_pic_structure == PICT_TOP_FIELD); PICT_TOP_FIELD 1612 libavcodec/h264_slice.c last_pic_structure == PICT_TOP_FIELD); PICT_TOP_FIELD 1616 libavcodec/h264_slice.c if (!((last_pic_structure == PICT_TOP_FIELD && PICT_TOP_FIELD 1619 libavcodec/h264_slice.c h->picture_structure == PICT_TOP_FIELD))) { PICT_TOP_FIELD 2006 libavcodec/h264_slice.c (h->picture_structure == PICT_FRAME ? "F" : h->picture_structure == PICT_TOP_FIELD ? "T" : "B"), PICT_TOP_FIELD 1029 libavcodec/mpeg12dec.c if (s->picture_structure == PICT_TOP_FIELD) PICT_TOP_FIELD 1835 libavcodec/mpegvideo.c (s->picture_structure == PICT_TOP_FIELD) == s->first_field; PICT_TOP_FIELD 67 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 890 libavcodec/vc1dec.c s->picture_structure = PICT_TOP_FIELD + v->tff; PICT_TOP_FIELD 397 libavcodec/vdpau.c rf2->top_is_reference |= (pic->reference & PICT_TOP_FIELD) ? VDP_TRUE : VDP_FALSE; PICT_TOP_FIELD 407 libavcodec/vdpau.c rf->top_is_reference = (pic->reference & PICT_TOP_FIELD) ? VDP_TRUE : VDP_FALSE; PICT_TOP_FIELD 61 libavcodec/vdpau_h264.c rf->top_is_reference = (pic_structure & PICT_TOP_FIELD) != 0; PICT_TOP_FIELD 102 libavcodec/vdpau_h264.c rf2->top_is_reference |= (pic->reference & PICT_TOP_FIELD) ? VDP_TRUE : VDP_FALSE;