Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibaomenc.c73 int lag_in_frames; member
625 if (ctx->lag_in_frames >= 0) in aom_init()
626 enccfg.g_lag_in_frames = ctx->lag_in_frames; in aom_init()
1254 …"alternate reference frame selection", OFFSET(lag_in_frames), AV_OPT_TYPE_INT, {.i64 = -1}, …
Dlibvpxenc.c97 int lag_in_frames; member
870 enccfg.g_lag_in_frames= ctx->lag_in_frames; in vpx_init()
1738 …"alternate reference frame selection", OFFSET(lag_in_frames), AV_OPT_TYPE_INT, {.i64 = -1}, …
1776 … ahead for alternate reference frame selection", offsetof(VPxContext, lag_in_frames), AV_OPT_TYPE_…