Home
last modified time | relevance | path

Searched refs:skip_top (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Derror_resilience.c889 er_supported(s) && s->avctx->skip_top * s->mb_width < start_i) { in ff_er_add_slice()
916 (s->avctx->skip_top + s->avctx->skip_bottom)) { in ff_er_frame_end()
929 …&& atomic_load(&s->error_count) == 3 * s->mb_width * (s->avctx->skip_top + s->avctx->skip_bottom +… in ff_er_frame_end()
Davcodec.h1069 int skip_top; member
Doptions_table.h256 {"skip_top", "number of macroblock rows at the top which are skipped", OFFSET(skip_top), AV_OPT_TYP…
Dmpeg12dec.c2722 if (mb_y < avctx->skip_top || in decode_chunks()
/third_party/flatbuffers/src/
Didl_parser.cpp241 const Namespace &current_namespace, size_t skip_top) { in LookupTableByName() argument
244 if (components.size() < skip_top) return nullptr; in LookupTableByName()
245 const auto N = components.size() - skip_top; in LookupTableByName()
/third_party/ffmpeg/doc/
Dcodecs.texi742 @item skip_top @var{integer} (@emph{decoding,video})