Searched refs:spx_exp (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dmath_approx.h44 #define spx_exp exp macro
265 static inline spx_word32_t spx_exp(spx_word16_t x) function
H A Dstereo.c290 stereo->balance = spx_exp(MULT16_16(sign, SHL16(dexp, 9)));
H A Dsb_celp.c1032 g= spx_exp(MULT16_16(QCONST16(.125f,11),(quant-10)));
/external/speex/libspeex/
H A Dmath_approx.h44 #define spx_exp exp macro
265 static inline spx_word32_t spx_exp(spx_word16_t x) function
H A Dstereo.c290 stereo->balance = spx_exp(MULT16_16(sign, SHL16(dexp, 9)));
H A Dpreprocess.c328 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))));
H A Dmdf.c488 spx_word16_t decay = SHR32(spx_exp(NEG16(DIV32_16(QCONST16(2.4,11),M))),1);
H A Dsb_celp.c1032 g= spx_exp(MULT16_16(QCONST16(.125f,11),(quant-10)));

Completed in 261 milliseconds