Searched refs:qcurve (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/speex/tmv/ |
H A D | preprocess_tm.h | 566 static inline spx_word16_t qcurve(spx_word16_t x); 794 P1 = QCONST16(.199f,15)+MULT16_16_Q15(QCONST16(.8f,15),qcurve (zeta[i])); in preprocess_compute_emgain() 1071 Pframe = QCONST16(.1f,15)+MULT16_16_Q15(QCONST16(.899f,15),qcurve(DIV32_16(Zframe,M))); in speex_preprocess_run()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | preprocess.c | 310 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()
|
Completed in 4 milliseconds