Home | History | Annotate | Download | only in libspeex

Lines Matching refs:residual_echo

1196 void speex_echo_get_residual(SpeexEchoState *st, spx_word32_t *residual_echo, int len)
1210 power_spectrum(st->Y, residual_echo, N);
1225 residual_echo[i] = (spx_int32_t)MULT16_32_Q15(leak2,residual_echo[i]);