Searched refs:frame_skip_threshold (Results 1 – 6 of 6) sorted by relevance
581 int frame_skip_threshold; member669 …", "Frame skip threshold", FF_MPV_OFFSET(frame_skip_threshold), AV_OPT_TY…
1467 int frame_skip_threshold; member
926 if (avctx->frame_skip_threshold) in vpx_init()927 ctx->drop_threshold = avctx->frame_skip_threshold; in vpx_init()
996 if (avctx->frame_skip_threshold) in ff_mpv_encode_init()997 s->frame_skip_threshold = avctx->frame_skip_threshold; in ff_mpv_encode_init()1364 if (score64 < s->frame_skip_threshold) in skip_check()1549 if (s->frame_skip_threshold || s->frame_skip_factor) { in select_input_picture()
265 {"skip_threshold", "frame skip threshold", OFFSET(frame_skip_threshold), AV_OPT_TYPE_INT, {.i64 = D…
1985 if ((s->avctx->flags & AV_CODEC_FLAG_PSNR) || s->frame_skip_threshold || s->frame_skip_factor || in mpv_reconstruct_mb_internal()