Home
last modified time | relevance | path

Searched refs:field_pic (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegutils.c58 const int field_pic = picture_structure != PICT_FRAME; in ff_draw_horiz_band() local
59 if (field_pic) { in ff_draw_horiz_band()
66 if (field_pic && first_field && in ff_draw_horiz_band()
Dmpeg12dec.c1692 const int field_pic = s->picture_structure != PICT_FRAME; in mpeg_decode_slice() local
1802 (s->mv_type == MV_TYPE_FIELD && field_pic)) { in mpeg_decode_slice()
1834 ff_mpeg_draw_horiz_band(s, mb_size * (s->mb_y >> field_pic), mb_size); in mpeg_decode_slice()
1838 s->mb_y += 1 << field_pic; in mpeg_decode_slice()
1965 const int field_pic = s->picture_structure != PICT_FRAME; in slice_decode_thread() local
1967 s->er.error_count = (3 * (s->end_mb_y - s->start_mb_y) * s->mb_width) >> field_pic; in slice_decode_thread()
2001 mb_y <<= field_pic; in slice_decode_thread()
2640 const int field_pic = s2->picture_structure != PICT_FRAME; in decode_chunks() local
2646 mb_y <<= field_pic; in decode_chunks()
Dh264dec.c106 const int field_pic = h->picture_structure != PICT_FRAME; in ff_h264_draw_horiz_band() local
107 if (field_pic) { in ff_h264_draw_horiz_band()
114 if (field_pic && h->first_field && !(avctx->slice_flags & SLICE_FLAG_ALLOW_FIELD)) in ff_h264_draw_horiz_band()