HomeSort by relevance Sort by last modified time
    Searched refs:spx_exp (Results 1 - 5 of 5) sorted by null

  /external/speex/libspeex/
math_approx.h 44 #define spx_exp exp macro
265 static inline spx_word32_t spx_exp(spx_word16_t x) function
stereo.c 290 stereo->balance = spx_exp(MULT16_16(sign, SHL16(dexp, 9)));
preprocess.c 328 noise_gain = EXTRACT16(MIN32(Q15_ONE,SHR32(spx_exp(MULT16_16(QCONST16(0.11513,11),noise_suppress)),1)));
329 gain_ratio = EXTRACT16(MIN32(Q15_ONE,SHR32(spx_exp(MULT16_16(QCONST16(.2302585f,11),effective_echo_suppress-noise_suppress)),1)));
338 echo_gain = EXTRACT16(MIN32(Q15_ONE,SHR32(spx_exp(MULT16_16(QCONST16(0.11513,11),effective_echo_suppress)),1)));
339 gain_ratio = EXTRACT16(MIN32(Q15_ONE,SHR32(spx_exp(MULT16_16(QCONST16(.2302585f,11),noise_suppress-effective_echo_suppress)),1)));
863 /*Q8*/tmp = MULT16_16_Q15((SHL32(1,SNR_SHIFT)+st->prior[i]),EXTRACT16(MIN32(Q15ONE,SHR32(spx_exp(-EXTRACT16(theta)),1))));
    [all...]
mdf.c 488 spx_word16_t decay = SHR32(spx_exp(NEG16(DIV32_16(QCONST16(2.4,11),M))),1);
    [all...]
sb_celp.c 1032 g= spx_exp(MULT16_16(QCONST16(.125f,11),(quant-10)));
    [all...]

Completed in 832 milliseconds