Searched refs:speex_echo_cancellation (Results 1 – 2 of 2) sorted by relevance
/external/speex/include/speex/ |
D | speex_echo.h | 101 void speex_echo_cancellation(SpeexEchoState *st, const spx_int16_t *rec, const spx_int16_t *play, s…
|
/external/speex/libspeex/ |
D | mdf.c | 643 speex_echo_cancellation(st, rec, st->play_buf, out); in speex_echo_capture() 688 speex_echo_cancellation(st, in, far_end, out); in speex_echo_cancel() 692 EXPORT void speex_echo_cancellation(SpeexEchoState *st, const spx_int16_t *in, const spx_int16_t *f… in speex_echo_cancellation() function
|