Home
last modified time | relevance | path

Searched refs:PICT_BOTTOM_FIELD (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvdpau_h264.c64 rf->bottom_is_reference = (pic_structure & PICT_BOTTOM_FIELD) != 0; in vdpau_h264_set_rf()
105 … rf2->bottom_is_reference |= (pic->reference & PICT_BOTTOM_FIELD) ? VDP_TRUE : VDP_FALSE; in vdpau_h264_set_reference_frames()
141 info->bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD; in vdpau_h264_start_frame()
Ddxva2_h264.c60 h->picture_structure == PICT_BOTTOM_FIELD); in fill_picture_parameters()
80 if ((r->reference & PICT_BOTTOM_FIELD) && r->field_poc[1] != INT_MAX) in fill_picture_parameters()
86 if (r->reference & PICT_BOTTOM_FIELD) in fill_picture_parameters()
134 if ((h->picture_structure & PICT_BOTTOM_FIELD) && in fill_picture_parameters()
257 sl->ref_list[list][i].reference == PICT_BOTTOM_FIELD); in fill_slice_long()
Dmpegutils.h38 #define PICT_BOTTOM_FIELD 2 macro
Dnvdec_mpeg12.c54 .bottom_field_flag = s->picture_structure == PICT_BOTTOM_FIELD, in nvdec_mpeg12_start_frame()
Dh264_refs.c44 if (parity == PICT_BOTTOM_FIELD) in pic_as_field()
49 pic->poc = pic->parent->field_poc[parity == PICT_BOTTOM_FIELD]; in pic_as_field()
146 cur_poc = h->cur_pic_ptr->field_poc[h->picture_structure == PICT_BOTTOM_FIELD]; in h264_initialise_ref_list()
293 field[1].reference = PICT_BOTTOM_FIELD; in h264_fill_mbaff_ref_list()
Dh264_picture.c184 h->picture_structure == PICT_BOTTOM_FIELD); in ff_h264_field_end()
Dnvdec_h264.c74 .bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD, in nvdec_h264_start_frame()
Dh264_slice.c1508 int last_field = last_pic_structure == PICT_BOTTOM_FIELD; in h264_field_start()
1539 h->picture_structure == PICT_BOTTOM_FIELD) || in h264_field_start()
1540 (last_pic_structure == PICT_BOTTOM_FIELD && in h264_field_start()
1640 h->picture_structure==PICT_BOTTOM_FIELD); in h264_field_start()
1668 int field = h->picture_structure == PICT_BOTTOM_FIELD; in h264_field_start()
1675 for(i = (h->picture_structure == PICT_BOTTOM_FIELD); i<h->mb_height; i++) in h264_field_start()
1974 if (h->picture_structure == PICT_BOTTOM_FIELD) in h264_slice_init()
2152 h->picture_structure == PICT_BOTTOM_FIELD); in ff_h264_queue_decode_slice()
2571 h->picture_structure == PICT_BOTTOM_FIELD); in decode_finish_row()
Ddxva2_vc1.c82 if (s->picture_structure & PICT_BOTTOM_FIELD) in fill_picture_parameters()
Dh264_parse.c355 if (picture_structure != PICT_BOTTOM_FIELD) in ff_h264_init_poc()
Dh264_parser.c468 p->picture_structure == PICT_BOTTOM_FIELD ? 0 : field_poc[0]; in parse_nal_units()
Dh264_direct.c65 … int poc = FIELD_PICTURE(h) ? h->cur_pic_ptr->field_poc[h->picture_structure == PICT_BOTTOM_FIELD] in ff_h264_direct_dist_scale_factor()
Dmpeg12dec.c1680 if (s->picture_structure == PICT_BOTTOM_FIELD) in mpeg_field_start()
2022 if (s->picture_structure == PICT_BOTTOM_FIELD) in slice_decode_thread()
2671 if (s2->picture_structure == PICT_BOTTOM_FIELD) in decode_chunks()
Dh264dec.c771 h->picture_structure == PICT_BOTTOM_FIELD); in decode_nal_units()
Dmpegvideo.c1373 if (s->picture_structure == PICT_BOTTOM_FIELD) { in ff_mpv_frame_start()
2295 av_assert1((s->mb_y&1) == (s->picture_structure == PICT_BOTTOM_FIELD)); in ff_init_block_index()
Dvc1dec.c907 s->picture_structure = PICT_BOTTOM_FIELD - v->tff; in vc1_decode_frame()
Dmpegvideo_enc.c1830 if (s->picture_structure == PICT_BOTTOM_FIELD) { in frame_start()