Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dnvenc.c910 // +1 is to account for lkd_bound calculation later in nvenc_recalc_surfaces()
1048 int lkd_bound = FFMIN(ctx->nb_surfaces, ctx->async_depth) - in nvenc_setup_rate_control() local
1051 if (lkd_bound < 0) { in nvenc_setup_rate_control()
1056 ctx->encode_config.rcParams.lookaheadDepth = av_clip(ctx->rc_lookahead, 0, lkd_bound); in nvenc_setup_rate_control()

Completed in 3 milliseconds