Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnvenc.c713 NV_ENC_RC_PARAMS *rc = &ctx->encode_config.rcParams; in set_constqp()
746 NV_ENC_RC_PARAMS *rc = &ctx->encode_config.rcParams; in set_vbr()
808 NV_ENC_RC_PARAMS *rc = &ctx->encode_config.rcParams; in set_lossless()
822 NV_ENC_RC_PARAMS *rc = &ctx->encode_config.rcParams; in nvenc_override_rate_control()
856 int nb_surfaces = FFMAX(4, ctx->encode_config.frameIntervalP * 2 * 2); in nvenc_recalc_surfaces()
862 …nb_surfaces = FFMAX(1, FFMAX(nb_surfaces, ctx->rc_lookahead + ctx->encode_config.frameIntervalP + … in nvenc_recalc_surfaces()
871 …if (ctx->encode_config.frameIntervalP > 1 && ctx->nb_surfaces < nb_surfaces && ctx->nb_surfaces > … in nvenc_recalc_surfaces()
900 ctx->encode_config.rcParams.averageBitRate = avctx->bit_rate; in nvenc_setup_rate_control()
901 } else if (ctx->encode_config.rcParams.averageBitRate > 0) { in nvenc_setup_rate_control()
902 ctx->encode_config.rcParams.maxBitRate = ctx->encode_config.rcParams.averageBitRate; in nvenc_setup_rate_control()
[all …]
Dnvenc.h153 NV_ENC_CONFIG encode_config; member