/third_party/ffmpeg/libavcodec/ |
D | h264_parser.c | 425 p->picture_structure = PICT_FRAME; in parse_nal_units() 430 p->picture_structure = PICT_FRAME; in parse_nal_units() 440 p->picture_structure == PICT_FRAME) in parse_nal_units() 449 p->picture_structure == PICT_FRAME) in parse_nal_units() 516 s->repeat_pict = p->picture_structure == PICT_FRAME ? 1 : 0; in parse_nal_units() 520 s->repeat_pict = p->picture_structure == PICT_FRAME ? 1 : 0; in parse_nal_units() 523 if (p->picture_structure == PICT_FRAME) { in parse_nal_units()
|
D | nvdec_mpeg12.c | 56 .field_pic_flag = s->picture_structure != PICT_FRAME, in nvdec_mpeg12_start_frame() 58 .second_field = s->picture_structure != PICT_FRAME && !s->first_field, in nvdec_mpeg12_start_frame()
|
D | mpeg12dec.c | 742 if (s->picture_structure == PICT_FRAME && in mpeg_decode_mb() 751 if (s->picture_structure != PICT_FRAME) in mpeg_decode_mb() 800 if (s->picture_structure == PICT_FRAME) { in mpeg_decode_mb() 801 if (s->picture_structure == PICT_FRAME in mpeg_decode_mb() 824 if (s->picture_structure == PICT_FRAME && s->frame_pred_frame_dct) { in mpeg_decode_mb() 828 if (s->picture_structure == PICT_FRAME && HAS_CBP(mb_type)) in mpeg_decode_mb() 840 if (s->picture_structure == PICT_FRAME) { in mpeg_decode_mb() 884 if (s->picture_structure == PICT_FRAME) { in mpeg_decode_mb() 929 const int my_shift = s->picture_structure == PICT_FRAME; in mpeg_decode_mb() 949 if (s->picture_structure == PICT_FRAME) { in mpeg_decode_mb() [all …]
|
D | h264_parse.c | 108 if (picture_structure == PICT_FRAME) { in ff_h264_pred_weight_table() 234 max[0] = max[1] = picture_structure == PICT_FRAME ? 15 : 31; in ff_h264_parse_ref_count() 305 if (picture_structure == PICT_FRAME) in ff_h264_init_poc() 341 if (picture_structure == PICT_FRAME) in ff_h264_init_poc()
|
D | vaapi_mpeg2.c | 39 return s->first_field || s->picture_structure == PICT_FRAME; in mpeg2_get_is_frame_start() 159 .slice_vertical_position = s->mb_y >> (s->picture_structure != PICT_FRAME), in vaapi_mpeg2_decode_slice()
|
D | dxva2_mpeg2.c | 48 int is_field = s->picture_structure != PICT_FRAME; in fill_picture_parameters() 131 int is_field = s->picture_structure != PICT_FRAME; in fill_slice() 160 const int is_field = s->picture_structure != PICT_FRAME; in commit_bitstream_and_slice_buffer()
|
D | vaapi_h264.c | 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() 268 .field_pic_flag = h->picture_structure != PICT_FRAME, in vaapi_h264_start_frame()
|
D | h264_refs.c | 67 if (parity != PICT_FRAME) { in split_field_copy() 266 *structure ^= PICT_FRAME; in pic_num_extract() 657 remove_short(h, frame_num, structure ^ PICT_FRAME); in ff_h264_execute_ref_pic_marking() 674 remove_long(h, j, structure ^ PICT_FRAME); in ff_h264_execute_ref_pic_marking() 821 … || pps_ref_count[0] <= 1 + (h->picture_structure != PICT_FRAME) && pps_ref_count[1] <= 1) in ff_h264_execute_ref_pic_marking() 822 && pps_ref_count[0]<=2 + (h->picture_structure != PICT_FRAME) + (2*!h->has_recovery_point) in ff_h264_execute_ref_pic_marking()
|
D | mpegvideo_xvmc.c | 243 if (s->picture_structure == PICT_FRAME) { in ff_xvmc_decode_mb() 252 if (s->picture_structure == PICT_FRAME) { in ff_xvmc_decode_mb()
|
D | mpegutils.c | 58 const int field_pic = picture_structure != PICT_FRAME; in ff_draw_horiz_band() 84 picture_structure == PICT_FRAME && in ff_draw_horiz_band()
|
D | h264_slice.c | 511 pic->field_picture = h->picture_structure != PICT_FRAME; in h264_frame_start() 580 h->mb_aff_frame = h->ps.sps->mb_aff && (h->picture_structure == PICT_FRAME); in h264_frame_start() 702 if (h->picture_structure == PICT_FRAME) { in implicit_weight_table() 1613 if (last_pic_structure != PICT_FRAME) { in h264_field_start() 1623 if (last_pic_structure != PICT_FRAME) { in h264_field_start() 1897 picture_structure = PICT_FRAME; in h264_slice_header_parse() 1908 picture_structure = PICT_FRAME; in h264_slice_header_parse() 1912 sl->mb_field_decoding_flag = picture_structure != PICT_FRAME; in h264_slice_header_parse() 1914 if (picture_structure == PICT_FRAME) { in h264_slice_header_parse() 1935 if (pps->pic_order_present == 1 && picture_structure == PICT_FRAME) in h264_slice_header_parse() [all …]
|
D | mpegutils.h | 38 #define PICT_FRAME 3 macro
|
D | mpegvideo_dec.c | 344 if (s->picture_structure != PICT_FRAME) in ff_mpv_frame_start() 350 s->current_picture_ptr->field_picture = s->picture_structure != PICT_FRAME; in ff_mpv_frame_start() 465 if (s->picture_structure != PICT_FRAME) { in ff_mpv_frame_start()
|
D | dxva2_vc1.c | 53 …if (v->lumscale != 32 || v->lumshift != 0 || (s->picture_structure != PICT_FRAME && (v->lumscale2 … in fill_picture_parameters() 143 if (s->picture_structure == PICT_FRAME) { in fill_picture_parameters()
|
D | h264_direct.c | 90 int interl = mbafi || h->picture_structure != PICT_FRAME; in fill_colmap() 135 if (h->picture_structure == PICT_FRAME) { in ff_h264_direct_ref_list_init() 151 if (h->picture_structure == PICT_FRAME) { in ff_h264_direct_ref_list_init()
|
D | mpegvideo.c | 514 s->picture_structure = PICT_FRAME; in ff_mpv_common_defaults() 1217 if (s->picture_structure == PICT_FRAME) { in MPV_motion_lowres() 1266 if (s->picture_structure == PICT_FRAME) { in MPV_motion_lowres() 1311 if (s->picture_structure != PICT_FRAME || s->mcsel) in lowest_referenced_row() 1691 …(s->pict_type==AV_PICTURE_TYPE_B && s->avctx->draw_horiz_band && s->picture_structure==PICT_FRAME)) in ff_init_block_index() 1693 if(s->picture_structure==PICT_FRAME){ in ff_init_block_index()
|
D | dxva2_h264.c | 102 pp->wBitFields = ((h->picture_structure != PICT_FRAME) << 0) | in fill_picture_parameters() 104 (h->picture_structure == PICT_FRAME)) << 1) | in fill_picture_parameters()
|
D | vdpau_h264.c | 139 info->field_pic_flag = h->picture_structure != PICT_FRAME; in vdpau_h264_start_frame()
|
D | h264dec.h | 68 #define FIELD_PICTURE(h) ((h)->picture_structure != PICT_FRAME)
|
D | mpegvideo_motion.c | 881 if (s->picture_structure == PICT_FRAME) { in mpv_motion_internal() 939 if (s->picture_structure == PICT_FRAME) { in mpv_motion_internal()
|
D | intrax8.c | 803 PICT_FRAME, 0, lowdelay); in ff_intrax8_decode_picture()
|
D | svq1enc.c | 554 s->m.picture_structure = PICT_FRAME; in svq1_encode_init()
|
D | h264dec.c | 106 const int field_pic = h->picture_structure != PICT_FRAME; in ff_h264_draw_horiz_band()
|
D | mpeg12enc.c | 514 av_assert0(s->picture_structure == PICT_FRAME); in ff_mpeg1_encode_picture_header()
|
D | h264_loopfilter.c | 550 || ((FRAME_MBAFF(h) || (h->picture_structure != PICT_FRAME)) && (dir == 0)) in filter_mb_dir()
|