Home | History | Annotate | Download | only in libspeex

Lines Matching refs:decay

488       spx_word16_t decay = SHR32(spx_exp(NEG16(DIV32_16(QCONST16(2.4,11),M))),1);
493 st->prop[i] = MULT16_16_Q15(st->prop[i-1], decay);