Home
last modified time | relevance | path

Searched refs:la_depth (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibsvtav1.c64 int la_depth; member
215 if (svt_enc->la_depth >= 0) in config_enc_params()
216 param->look_ahead_distance = svt_enc->la_depth; in config_enc_params()
480 { "la_depth", "Look ahead distance [0, 120]", OFFSET(la_depth),
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.h106 guint la_depth; member
Dgstsvthevcenc.c640 encoder->la_depth = PROP_LOOKAHEAD_DISTANCE_DEFAULT; in gst_svthevc_enc_init()
876 if (encoder->la_depth != -1) in config_enc_params()
877 param->lookAheadDistance = encoder->la_depth; in config_enc_params()
2098 encoder->la_depth = g_value_get_uint (value); in gst_svthevc_enc_set_property()
2193 g_value_set_uint (value, encoder->la_depth); in gst_svthevc_enc_get_property()
/third_party/ffmpeg/doc/
Dencoders.texi1785 @item la_depth