Home
last modified time | relevance | path

Searched refs:PICT_TOP_FIELD (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvdpau_h264.c62 rf->top_is_reference = (pic_structure & PICT_TOP_FIELD) != 0; in vdpau_h264_set_rf()
103 rf2->top_is_reference |= (pic->reference & PICT_TOP_FIELD) ? VDP_TRUE : VDP_FALSE; in vdpau_h264_set_reference_frames()
H A Ddxva2_h264.c80 if ((r->reference & PICT_TOP_FIELD) && r->field_poc[0] != INT_MAX) in fill_picture_parameters()
86 if (r->reference & PICT_TOP_FIELD) in fill_picture_parameters()
132 if ((h->picture_structure & PICT_TOP_FIELD) && in fill_picture_parameters()
H A Dmpegutils.h36 #define PICT_TOP_FIELD 1 macro
H A Dh264_parser.c428 p->picture_structure = PICT_TOP_FIELD + get_bits1(&nal.gb); // bottom_field_flag in parse_nal_units()
548 if (p->picture_structure == PICT_TOP_FIELD) in parse_nal_units()
H A Dh264_slice.c1615 last_pic_structure == PICT_TOP_FIELD); in h264_field_start()
1625 last_pic_structure == PICT_TOP_FIELD); in h264_field_start()
1629 if (!((last_pic_structure == PICT_TOP_FIELD && in h264_field_start()
1632 h->picture_structure == PICT_TOP_FIELD))) { in h264_field_start()
1906 picture_structure = PICT_TOP_FIELD + bottom_field_flag; in h264_slice_header_parse()
2167 (h->picture_structure == PICT_FRAME ? 'F' : h->picture_structure == PICT_TOP_FIELD ? 'T' : 'B'), in h264_slice_init()
H A Dh264_parse.c359 if (picture_structure != PICT_TOP_FIELD) in ff_h264_init_poc()
H A Ddxva2_vc1.c83 if (s->picture_structure & PICT_TOP_FIELD) in fill_picture_parameters()
H A Dvaapi_h264.c61 pic_structure &= PICT_FRAME; /* PICT_TOP_FIELD|PICT_BOTTOM_FIELD */ in fill_vaapi_pic()
68 va_pic->flags |= (pic_structure & PICT_TOP_FIELD) ? VA_PICTURE_H264_TOP_FIELD : VA_PICTURE_H264_BOTTOM_FIELD; in fill_vaapi_pic()
H A Dmpegvideo_dec.c346 (s->picture_structure == PICT_TOP_FIELD) == s->first_field; in ff_mpv_frame_start()
H A Dh264_refs.c285 field[0].reference = PICT_TOP_FIELD; in h264_fill_mbaff_ref_list()
H A Dvc1dec.c943 s->picture_structure = PICT_TOP_FIELD + v->tff; in vc1_decode_frame()
H A Dmpeg12dec.c966 if (s->picture_structure == PICT_TOP_FIELD) in mpeg_decode_mb()

Completed in 17 milliseconds