Searched defs:qcurve (Results 1 - 1 of 1) sorted by relevance

/external/speex/libspeex/
H A Dpreprocess.c314 static inline spx_word16_t qcurve(spx_word16_t x) function
375 static inline spx_word16_t qcurve(spx_word16_t x) function
825 Pframe = QCONST16(.1f,15)+MULT16_16_Q15(QCONST16(.899f,15),qcurve(DIV32_16(Zframe,st->nbands)));
859 P1 = QCONST16(.199f,15)+MULT16_16_Q15(QCONST16(.8f,15),qcurve (st->zeta[i]));

Completed in 100 milliseconds