Home
last modified time | relevance | path

Searched refs:pic_structure (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_h264.c57 int pic_structure) in fill_vaapi_pic() argument
59 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()
Dvdpau_h264.c54 int pic_structure) in vdpau_h264_set_rf() argument
58 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()
Dh264_refs.c301 int list, index, pic_structure; in ff_h264_build_ref_list() local
336 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()
Dcavsdec.c945 (!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()
Dcavs.h183 int pic_structure; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.h259 uint32_t pic_structure; member
282 uint8_t pic_structure; member
Dradeon_uvd.c589 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.h260 uint32_t pic_structure; member
283 uint8_t pic_structure; member
Dradeon_vcn_dec.h556 unsigned int pic_structure; member
585 unsigned char pic_structure; member
Dradeon_uvd.c896 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()
Dradeon_vcn_dec.c1260 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()