Searched refs:lag_in_frames (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libaomenc.c | 73 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}, …
|
D | libvpxenc.c | 97 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_…
|