Home
last modified time | relevance | path

Searched refs:echo_suppress (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/echo-cancel/
H A Dspeex.c46 "echo_suppress",
67 bool echo_suppress; in pa_speex_ec_preprocessor_init() local
89 echo_suppress = DEFAULT_ECHO_SUPPRESS_ENABLED; in pa_speex_ec_preprocessor_init()
90 if (pa_modargs_get_value_boolean(ma, "echo_suppress", &echo_suppress) < 0) { in pa_speex_ec_preprocessor_init()
91 pa_log("Failed to parse echo_suppress value"); in pa_speex_ec_preprocessor_init()
115 if (agc || denoise || dereverb || echo_suppress) { in pa_speex_ec_preprocessor_init()
134 if (echo_suppress) { 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_no(dereverb), pa_yes_no(echo_suppress)); in pa_speex_ec_preprocessor_init()
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dpreprocess.c194 int echo_suppress; member
432 st->echo_suppress = ECHO_SUPPRESS_DEFAULT; in speex_preprocess_state_init()
823 effective_echo_suppress = EXTRACT16(PSHR32(ADD32(MULT16_16(SUB16(Q15_ONE,Pframe), st->echo_suppress), MULT16_16(Pframe, st->echo_suppress_active)),15)); in speex_preprocess_run()
1153 st->echo_suppress = -ABS(*(spx_int32_t*)ptr); in speex_preprocess_ctl()
1156 (*(spx_int32_t*)ptr) = st->echo_suppress; in speex_preprocess_ctl()
/third_party/pulseaudio/speex/tmv/
H A Dpreprocess_tm.h1072 effective_echo_suppress = EXTRACT16(PSHR32(ADD32(MULT16_16(SUB16(Q15_ONE,Pframe), st->echo_suppress), in speex_preprocess_run()

Completed in 4 milliseconds