Home
last modified time | relevance | path

Searched refs:PICT_FRAME (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dh264_parser.c425 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()
Dnvdec_mpeg12.c56 .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()
Dmpeg12dec.c742 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 …]
Dh264_parse.c108 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()
Dvaapi_mpeg2.c39 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()
Ddxva2_mpeg2.c48 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()
Dvaapi_h264.c61 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()
Dh264_refs.c67 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()
Dmpegvideo_xvmc.c243 if (s->picture_structure == PICT_FRAME) { in ff_xvmc_decode_mb()
252 if (s->picture_structure == PICT_FRAME) { in ff_xvmc_decode_mb()
Dmpegutils.c58 const int field_pic = picture_structure != PICT_FRAME; in ff_draw_horiz_band()
84 picture_structure == PICT_FRAME && in ff_draw_horiz_band()
Dh264_slice.c511 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 …]
Dmpegutils.h38 #define PICT_FRAME 3 macro
Dmpegvideo_dec.c344 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()
Ddxva2_vc1.c53 …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()
Dh264_direct.c90 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()
Dmpegvideo.c514 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()
Ddxva2_h264.c102 pp->wBitFields = ((h->picture_structure != PICT_FRAME) << 0) | in fill_picture_parameters()
104 (h->picture_structure == PICT_FRAME)) << 1) | in fill_picture_parameters()
Dvdpau_h264.c139 info->field_pic_flag = h->picture_structure != PICT_FRAME; in vdpau_h264_start_frame()
Dh264dec.h68 #define FIELD_PICTURE(h) ((h)->picture_structure != PICT_FRAME)
Dmpegvideo_motion.c881 if (s->picture_structure == PICT_FRAME) { in mpv_motion_internal()
939 if (s->picture_structure == PICT_FRAME) { in mpv_motion_internal()
Dintrax8.c803 PICT_FRAME, 0, lowdelay); in ff_intrax8_decode_picture()
Dsvq1enc.c554 s->m.picture_structure = PICT_FRAME; in svq1_encode_init()
Dh264dec.c106 const int field_pic = h->picture_structure != PICT_FRAME; in ff_h264_draw_horiz_band()
Dmpeg12enc.c514 av_assert0(s->picture_structure == PICT_FRAME); in ff_mpeg1_encode_picture_header()
Dh264_loopfilter.c550 || ((FRAME_MBAFF(h) || (h->picture_structure != PICT_FRAME)) && (dir == 0)) in filter_mb_dir()

12