Home | History | Annotate | Download | only in libspeex

Lines Matching refs:tmp_out

971          spx_word32_t tmp_out;
973 tmp_out = SUB32(EXTEND32(st->input[chan*st->frame_size+i]), EXTEND32(st->e[chan*N+i+st->frame_size]));
975 tmp_out = SUB32(EXTEND32(st->input[chan*st->frame_size+i]), EXTEND32(st->y[chan*N+i+st->frame_size]));
977 tmp_out = ADD32(tmp_out, EXTEND32(MULT16_16_P15(st->preemph, st->memE[chan])));
984 out[i*C+chan] = WORD2INT(tmp_out);
985 st->memE[chan] = tmp_out;