Home
last modified time | relevance | path

Searched refs:MIN16 (Results 1 - 5 of 5) sorted by relevance

/third_party/pulseaudio/speex/tmv/
H A Dfixed_tm.h63 #undef MIN16 macro
65 #define MIN16(a,b) imin((int)(a),(int)(b)) macro
H A Dpreprocess_tm.h682 posti = MIN16(posti, QCONST16(100.f,SNR_SHIFT)); in preprocess_compute_SNR()
690 prior[i]=MIN16(priori, QCONST16(100.f,SNR_SHIFT)); in preprocess_compute_SNR()
800 tmp = MIN16(QCONST16(3.,SNR_SHIFT), tmp); in preprocess_compute_emgain()
/third_party/pulseaudio/speex/libspeexdsp/
H A Darch.h77 #define MIN16(a,b) ((a) < (b) ? (a) : (b)) /**< Maximum 16-bit value. */ macro
H A Dmath_approx.h213 return ADD16(1,MIN16(32766,ADD32(SUB16(L1,x2), MULT16_16_P15(x2, ADD32(L2, MULT16_16_P15(x2, ADD32(L3, MULT16_16_P15(L4, x2)))))))); in _spx_cos_pi_2()
H A Dpreprocess.c797 st->post[i]=MIN16(st->post[i], QCONST16(100.f,SNR_SHIFT)); in speex_preprocess_run()
804 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT)); in speex_preprocess_run()
860 tmp = MIN16(QCONST16(3.,SNR_SHIFT), tmp); /* Prevent overflows in the next line*/ in speex_preprocess_run()

Completed in 5 milliseconds