Searched refs:drop_threshold (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libaomenc.c | 81 int drop_threshold; member 747 enccfg.rc_dropframe_thresh = ctx->drop_threshold; in aom_init() 1356 { "drop-threshold", "Frame drop threshold", offsetof(AOMContext, drop_threshold), AV_OPT_TYPE_INT, {.i64 = 0 }, INT_MIN, INT_MAX, VE },
|
H A D | libvpxenc.c | 125 int drop_threshold; member 995 enccfg.rc_dropframe_thresh = ctx->drop_threshold; in vpx_init() 1837 { "drop-threshold", "Frame drop threshold", offsetof(VPxContext, drop_threshold), AV_OPT_TYPE_INT, {.i64 = 0 }, INT_MIN, INT_MAX, VE }, \
|
Completed in 6 milliseconds