Home
last modified time | relevance | path

Searched refs:tmp_out (Results 1 – 1 of 1) sorted by relevance

/external/speex/libspeex/
Dmdf.c971 spx_word32_t tmp_out; in speex_echo_cancellation() local
973tmp_out = SUB32(EXTEND32(st->input[chan*st->frame_size+i]), EXTEND32(st->e[chan*N+i+st->frame_size… in speex_echo_cancellation()
975tmp_out = SUB32(EXTEND32(st->input[chan*st->frame_size+i]), EXTEND32(st->y[chan*N+i+st->frame_size… in speex_echo_cancellation()
977 tmp_out = ADD32(tmp_out, EXTEND32(MULT16_16_P15(st->preemph, st->memE[chan]))); in speex_echo_cancellation()
984 out[i*C+chan] = WORD2INT(tmp_out); in speex_echo_cancellation()
985 st->memE[chan] = tmp_out; in speex_echo_cancellation()