Home
last modified time | relevance | path

Searched refs:qcurve (Results 1 – 1 of 1) sorted by relevance

/external/speex/libspeexdsp/
Dpreprocess.c310 static inline spx_word16_t qcurve(spx_word16_t x) in qcurve() function
371 static inline spx_word16_t qcurve(spx_word16_t x) in qcurve() function
821 Pframe = QCONST16(.1f,15)+MULT16_16_Q15(QCONST16(.899f,15),qcurve(DIV32_16(Zframe,st->nbands))); in speex_preprocess_run()
855 P1 = QCONST16(.199f,15)+MULT16_16_Q15(QCONST16(.8f,15),qcurve (st->zeta[i])); in speex_preprocess_run()