Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegutils.c67 !(avctx->slice_flags & SLICE_FLAG_ALLOW_FIELD)) in ff_draw_horiz_band()
Davcodec.h1016 #define SLICE_FLAG_ALLOW_FIELD 0x0002 ///< allow draw_horiz_band() with field slices (MPEG-2 fie… macro
Dh264dec.c118 if (field_pic && h->first_field && !(avctx->slice_flags & SLICE_FLAG_ALLOW_FIELD)) in ff_h264_draw_horiz_band()