Searched refs:pic_structure (Results 1 – 11 of 11) sorted by relevance
57 int pic_structure) in fill_vaapi_pic() argument59 if (pic_structure == 0) in fill_vaapi_pic()60 pic_structure = pic->reference; in fill_vaapi_pic()61 pic_structure &= PICT_FRAME; /* PICT_TOP_FIELD|PICT_BOTTOM_FIELD */ in fill_vaapi_pic()67 if (pic_structure != PICT_FRAME) in fill_vaapi_pic()68 …va_pic->flags |= (pic_structure & PICT_TOP_FIELD) ? VA_PICTURE_H264_TOP_FIELD : VA_PICTURE_H264_BO… in fill_vaapi_pic()
54 int pic_structure) in vdpau_h264_set_rf() argument58 if (pic_structure == 0) in vdpau_h264_set_rf()59 pic_structure = pic->reference; in vdpau_h264_set_rf()63 rf->top_is_reference = (pic_structure & PICT_TOP_FIELD) != 0; in vdpau_h264_set_rf()64 rf->bottom_is_reference = (pic_structure & PICT_BOTTOM_FIELD) != 0; in vdpau_h264_set_rf()
301 int list, index, pic_structure; in ff_h264_build_ref_list() local336 frame_num = pic_num_extract(h, pred, &pic_structure); in ff_h264_build_ref_list()343 (ref->reference & pic_structure)) in ff_h264_build_ref_list()354 long_idx = pic_num_extract(h, pic_id, &pic_structure); in ff_h264_build_ref_list()363 if (ref && (ref->reference & pic_structure)) { in ff_h264_build_ref_list()394 pic_as_field(&sl->ref_list[list][index], pic_structure); in ff_h264_build_ref_list()
945 (!h->pic_structure && h->mby >= h->mb_width / 2)) in decode_slice_header()1059 h->pic_structure = 1; in decode_pic()1061 h->pic_structure = get_bits1(&h->gb); in decode_pic()1062 if (!h->pic_structure && h->stc == PIC_PB_START_CODE) in decode_pic()1070 if (!h->progressive && !h->pic_structure) in decode_pic()1074 if (!(h->cur.f->pict_type == AV_PICTURE_TYPE_B && h->pic_structure == 1)) in decode_pic()
183 int pic_structure; member
259 uint32_t pic_structure; member282 uint8_t pic_structure; member
589 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()
260 uint32_t pic_structure; member283 uint8_t pic_structure; member
556 unsigned int pic_structure; member585 unsigned char pic_structure; member
896 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()
1260 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()