Searched refs:denoise (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_misc_vaapi.c | 41 int denoise; // enable denoise algo. member 70 VAProcFilterParameterBuffer denoise; in denoise_vaapi_build_filter_params() local 76 av_log(avctx, AV_LOG_ERROR, "Failed to query denoise caps " in denoise_vaapi_build_filter_params() 81 denoise.type = VAProcFilterNoiseReduction; in denoise_vaapi_build_filter_params() 82 denoise.value = map(ctx->denoise, DENOISE_MIN, DENOISE_MAX, in denoise_vaapi_build_filter_params() 87 &denoise, sizeof(denoise), 1); in denoise_vaapi_build_filter_params() 203 { "denoise", "denois [all...] |
H A D | vf_vpp_qsv.c | 72 int denoise; /* Enable Denoise algorithm. Value [0, 100] */ member 107 { "denoise", "denoise level [0, 100]", OFFSET(denoise), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 100, .flags = FLAGS }, 387 if (vpp->denoise) { in config_output() 391 vpp->denoise_conf.DenoiseFactor = vpp->denoise; in config_output() 508 if (vpp->use_frc || vpp->use_crop || vpp->deinterlace || vpp->denoise || in config_output()
|
H A D | vf_hqdn3d.c | 156 #define denoise(...) \ macro 301 denoise(s, in->data[job_nr], out->data[job_nr], in do_denoise()
|
H A D | vf_fftdnoiz.c | 88 { "sigma", "set denoise strength", 534 static int denoise(AVFilterContext *ctx, void *arg, in denoise() function 640 ff_filter_execute(ctx, denoise, out, NULL, in filter_frame()
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
H A D | speex.c | 44 "denoise", 65 bool denoise; in pa_speex_ec_preprocessor_init() local 77 denoise = DEFAULT_DENOISE_ENABLED; in pa_speex_ec_preprocessor_init() 78 if (pa_modargs_get_value_boolean(ma, "denoise", &denoise) < 0) { in pa_speex_ec_preprocessor_init() 79 pa_log("Failed to parse denoise value"); in pa_speex_ec_preprocessor_init() 115 if (agc || denoise || dereverb || echo_suppress) { in pa_speex_ec_preprocessor_init() 128 tmp = denoise; in pa_speex_ec_preprocessor_init() 148 pa_log_info("Loaded speex preprocessor with params: agc=%s, denoise=%s, dereverb=%s, echo_suppress=%s", in pa_speex_ec_preprocessor_init() 149 pa_yes_no(agc), pa_yes_no(denoise), pa_yes_n in pa_speex_ec_preprocessor_init() [all...] |
Completed in 5 milliseconds