Home
last modified time | relevance | path

Searched refs:arnr_type (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxenc.h99 unsigned int arnr_type; member
Dgstvpxenc.c830 gst_vpx_enc->arnr_type = DEFAULT_ARNR_TYPE; in gst_vpx_enc_init()
1270 gst_vpx_enc->arnr_type = g_value_get_int (value); in gst_vpx_enc_set_property()
1553 g_value_set_int (value, gst_vpx_enc->arnr_type); in gst_vpx_enc_get_property()
/third_party/ffmpeg/libavcodec/
Dlibvpxenc.c93 int arnr_type; member
1055 if (ctx->arnr_type >= 0) in vpx_init()
1056 codecctl_int(avctx, VP8E_SET_ARNR_TYPE, ctx->arnr_type); in vpx_init()
1741 …{ "arnr-type", "altref noise reduction filter type", OFFSET(arnr_type), AV_OPT_TYP…
1775 …{"arnr_type", "altref noise reduction filter type", offsetof(VPxContext, arnr_type), AV_OPT_TYPE_I…