Searched refs:notch_radius (Results 1 – 1 of 1) sorted by relevance
/external/speex/libspeexdsp/ |
D | mdf.c | 184 spx_word16_t notch_radius; member 507 st->notch_radius = QCONST16(.9, 15); in speex_echo_state_init_mc() 509 st->notch_radius = QCONST16(.982, 15); in speex_echo_state_init_mc() 511 st->notch_radius = QCONST16(.992, 15); in speex_echo_state_init_mc() 725 …filter_dc_notch16(in+chan, st->notch_radius, st->input+chan*st->frame_size, st->frame_size, st->no… in speex_echo_cancellation() 1248 st->notch_radius = QCONST16(.9, 15); in speex_echo_ctl() 1250 st->notch_radius = QCONST16(.982, 15); in speex_echo_ctl() 1252 st->notch_radius = QCONST16(.992, 15); in speex_echo_ctl()
|