Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
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()
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()
Dmpegutils.h36 #define PICT_TOP_FIELD 1 macro
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()
Dvaapi_h264.c68 …va_pic->flags |= (pic_structure & PICT_TOP_FIELD) ? VA_PICTURE_H264_TOP_FIELD : VA_PICTURE_H264_BO… in fill_vaapi_pic()
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()
Dh264_parse.c359 if (picture_structure != PICT_TOP_FIELD) in ff_h264_init_poc()
Ddxva2_vc1.c83 if (s->picture_structure & PICT_TOP_FIELD) in fill_picture_parameters()
Dmpegvideo_dec.c346 (s->picture_structure == PICT_TOP_FIELD) == s->first_field; in ff_mpv_frame_start()
Dh264_refs.c285 field[0].reference = PICT_TOP_FIELD; in h264_fill_mbaff_ref_list()
Dvc1dec.c943 s->picture_structure = PICT_TOP_FIELD + v->tff; in vc1_decode_frame()
Dmpeg12dec.c966 if (s->picture_structure == PICT_TOP_FIELD) in mpeg_decode_mb()