Home
last modified time | relevance | path

Searched refs:aq_mode (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvp9enc.c262 gst_vp9_enc->aq_mode = DEFAULT_AQ_MODE; in gst_vp9_enc_init()
316 gst_vp9_enc->aq_mode = g_value_get_enum (value); in gst_vp9_enc_set_property()
319 gst_vp9_enc->aq_mode); in gst_vp9_enc_set_property()
368 g_value_set_enum (value, gst_vp9_enc->aq_mode); in gst_vp9_enc_get_property()
494 vpx_codec_control (&encoder->encoder, VP9E_SET_AQ_MODE, vp9enc->aq_mode); in gst_vp9_enc_configure_encoder()
Dgstvp9enc.h53 GstVPXAQ aq_mode; member
/third_party/ffmpeg/libavcodec/
Dlibvpxenc.c114 int aq_mode; member
1094 if (ctx->aq_mode >= 0) in vpx_init()
1095 codecctl_int(avctx, VP9E_SET_AQ_MODE, ctx->aq_mode); in vpx_init()
1486 if (ctx->aq_mode > 0 || ctx->cpu_used < 5 || ctx->deadline != VPX_DL_REALTIME) { in vp9_encode_set_roi()
1801 …{ "aq-mode", "adaptive quantization mode", OFFSET(aq_mode), AV_OP…
1803 …{ "aq-mode", "adaptive quantization mode", OFFSET(aq_mode), AV_OP…
Dlibaomenc.c72 int aq_mode; member
840 if (ctx->aq_mode >= 0) in aom_init()
841 codecctl_int(avctx, AV1E_SET_AQ_MODE, ctx->aq_mode); in aom_init()
1257 …{ "aq-mode", "adaptive quantization mode", OFFSET(aq_mode), AV_OPT_TYP…
Dlibx264.c72 int aq_mode; member
759 if (x4->aq_mode >= 0) in X264_init()
760 x4->params.rc.i_aq_mode = x4->aq_mode; in X264_init()
1081 …{ "aq-mode", "AQ method", OFFSET(aq_mode), AV_OP…