Searched refs:PICT_TOP_FIELD (Results 1 – 12 of 12) sorted by relevance
62 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()
80 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()
36 #define PICT_TOP_FIELD 1 macro
428 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()
68 …va_pic->flags |= (pic_structure & PICT_TOP_FIELD) ? VA_PICTURE_H264_TOP_FIELD : VA_PICTURE_H264_BO… in fill_vaapi_pic()
1615 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()
359 if (picture_structure != PICT_TOP_FIELD) in ff_h264_init_poc()
83 if (s->picture_structure & PICT_TOP_FIELD) in fill_picture_parameters()
346 (s->picture_structure == PICT_TOP_FIELD) == s->first_field; in ff_mpv_frame_start()
285 field[0].reference = PICT_TOP_FIELD; in h264_fill_mbaff_ref_list()
943 s->picture_structure = PICT_TOP_FIELD + v->tff; in vc1_decode_frame()
966 if (s->picture_structure == PICT_TOP_FIELD) in mpeg_decode_mb()