Home
last modified time | relevance | path

Searched refs:drop_threshold (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibvpxenc.c115 int drop_threshold; member
927 ctx->drop_threshold = avctx->frame_skip_threshold; in vpx_init()
930 enccfg.rc_dropframe_thresh = ctx->drop_threshold; in vpx_init()
1761 …{ "drop-threshold", "Frame drop threshold", offsetof(VPxContext, drop_threshold), AV_OPT_TYPE_IN…
Dlibaomenc.c77 int drop_threshold; member
669 enccfg.rc_dropframe_thresh = ctx->drop_threshold; in aom_init()
1266 …{ "drop-threshold", "Frame drop threshold", offsetof(AOMContext, drop_threshold), AV_OPT_TYPE_IN…