Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibaomenc.c77 int lag_in_frames; member
700 if (ctx->lag_in_frames >= 0) in aom_init()
701 enccfg.g_lag_in_frames = ctx->lag_in_frames; in aom_init()
1344 "alternate reference frame selection", OFFSET(lag_in_frames), AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX, VE},
H A Dlibvpxenc.c107 int lag_in_frames; member
941 enccfg.g_lag_in_frames= ctx->lag_in_frames; in vpx_init()
1814 "alternate reference frame selection", OFFSET(lag_in_frames), AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX, VE}, \
1852 {"rc_lookahead", "Number of frames to look ahead for alternate reference frame selection", offsetof(VPxContext, lag_in_frames), AV_OPT_TYPE_INT, {.i64 = 25}, 0, 25, VE}, \

Completed in 6 milliseconds