Home
last modified time | relevance | path

Searched refs:skip_top (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Davcodec.h897 int skip_top; member
H A Derror_resilience.c881 er_supported(s) && s->avctx->skip_top * s->mb_width < start_i) { in ff_er_add_slice()
908 (s->avctx->skip_top + s->avctx->skip_bottom)) { in ff_er_frame_end()
915 && atomic_load(&s->error_count) == 3 * s->mb_width * (s->avctx->skip_top + s->avctx->skip_bottom + 1)) { in ff_er_frame_end()
H A Doptions_table.h219 {"skip_top", "number of macroblock rows at the top which are skipped", OFFSET(skip_top), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|D},
H A Dmpeg12dec.c2698 if (mb_y < avctx->skip_top || in decode_chunks()

Completed in 12 milliseconds