Searched refs:rc_lookahead (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | nvenc.h | 196 int rc_lookahead; member
|
D | nvenc.c | 467 if (ctx->rc_lookahead > 0 && ret <= 0) { in nvenc_check_capabilities() 859 if (ctx->rc_lookahead > 0) { in nvenc_recalc_surfaces() 862 …nb_surfaces = FFMAX(1, FFMAX(nb_surfaces, ctx->rc_lookahead + ctx->encode_config.frameIntervalP + … in nvenc_recalc_surfaces() 989 if (ctx->rc_lookahead > 0) { in nvenc_setup_rate_control() 998 ctx->encode_config.rcParams.lookaheadDepth = av_clip(ctx->rc_lookahead, 0, lkd_bound); in nvenc_setup_rate_control() 1315 if (ctx->rc_lookahead == 0 && ctx->encode_config.rcParams.enableLookahead) in nvenc_setup_encoder() 1316 ctx->rc_lookahead = ctx->encode_config.rcParams.lookaheadDepth; in nvenc_setup_encoder()
|
D | libx264.c | 76 int rc_lookahead; member 769 if (x4->rc_lookahead >= 0) in X264_init() 770 x4->params.rc.i_lookahead = x4->rc_lookahead; in X264_init() 1091 …Number of frames to look ahead for frametype and ratecontrol", OFFSET(rc_lookahead), AV_OPT_TYPE_I…
|
D | nvenc_hevc.c | 102 … OFFSET(rc_lookahead), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, VE },
|
D | nvenc_h264.c | 113 … OFFSET(rc_lookahead), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, VE },
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvh264enc.c | 277 baseenc->rc_lookahead = DEFAULT_RC_LOOKAHEAD; in gst_nv_h264_enc_init() 596 nvenc->rc_lookahead = g_value_get_uint (value); in gst_nv_h264_enc_set_property() 663 g_value_set_uint (value, nvenc->rc_lookahead); in gst_nv_h264_enc_get_property()
|
D | gstnvbaseenc.h | 162 guint rc_lookahead; member
|
D | gstnvh265enc.c | 280 baseenc->rc_lookahead = DEFAULT_RC_LOOKAHEAD; in gst_nv_h265_enc_init() 709 nvenc->rc_lookahead = g_value_get_uint (value); in gst_nv_h265_enc_set_property() 776 g_value_set_uint (value, nvenc->rc_lookahead); in gst_nv_h265_enc_get_property()
|
D | gstnvbaseenc.c | 1576 if (nvenc->rc_lookahead) { in gst_nv_base_enc_setup_rate_control() 1578 rc_params->lookaheadDepth = nvenc->rc_lookahead; in gst_nv_base_enc_setup_rate_control() 2390 end = nvenc->rc_lookahead; in _submit_input_buffer()
|