Searched refs:DIV32_16_Q15 (Results 1 - 1 of 1) sorted by relevance
/external/speex/libspeex/ |
H A D | preprocess.c | 122 static inline spx_word16_t DIV32_16_Q15(spx_word32_t a, spx_word32_t b) function 165 #define DIV32_16_Q15(a,b) ((a)/(b)) macro 334 spx_sqrt(SHL32(EXTEND32(DIV32_16_Q15(PSHR32(noise[i],NOISE_SHIFT) + MULT16_32_Q15(gain_ratio,echo[i]), 344 spx_sqrt(SHL32(EXTEND32(DIV32_16_Q15(MULT16_32_Q15(gain_ratio,PSHR32(noise[i],NOISE_SHIFT)) + echo[i], 804 gamma = QCONST16(.1f,15)+MULT16_16_Q15(QCONST16(.89f,15),SQR16_Q15(DIV32_16_Q15(st->old_ps[i],ADD32(st->old_ps[i],tot_noise))));
|
Completed in 166 milliseconds