Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dpseudofloat.h225 static inline spx_int16_t FLOAT_EXTRACT16(spx_float_t a) in FLOAT_EXTRACT16() function
364 #define FLOAT_EXTRACT16(a) (a) macro
Dmdf.c1096 st->leak_estimate = FLOAT_EXTRACT16(FLOAT_SHL(FLOAT_DIVU(st->Pey, st->Pyy),14)); in speex_echo_cancellation()
1119 RER = FLOAT_EXTRACT16(FLOAT_SHL(FLOAT_DIV32(tmp32,See),15)); in speex_echo_cancellation()
1169 adapt_rate = FLOAT_EXTRACT16(FLOAT_SHL(FLOAT_DIV32(tmp32, See),15)); in speex_echo_cancellation()