Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegvideo.h581 int frame_skip_threshold; member
669 …", "Frame skip threshold", FF_MPV_OFFSET(frame_skip_threshold), AV_OPT_TY…
Davcodec.h1467 int frame_skip_threshold; member
Dlibvpxenc.c926 if (avctx->frame_skip_threshold) in vpx_init()
927 ctx->drop_threshold = avctx->frame_skip_threshold; in vpx_init()
Dmpegvideo_enc.c996 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()
Doptions_table.h265 {"skip_threshold", "frame skip threshold", OFFSET(frame_skip_threshold), AV_OPT_TYPE_INT, {.i64 = D…
Dmpegvideo.c1985 if ((s->avctx->flags & AV_CODEC_FLAG_PSNR) || s->frame_skip_threshold || s->frame_skip_factor || in mpv_reconstruct_mb_internal()