Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dpseudofloat.h314 static inline spx_float_t FLOAT_DIVU(spx_float_t a, spx_float_t b) in FLOAT_DIVU() function
374 #define FLOAT_DIVU(a,b) ((a)/(b)) macro
Dmdf.c1077 Pey = FLOAT_DIVU(Pey,Pyy); in speex_echo_cancellation()
1096 st->leak_estimate = FLOAT_EXTRACT16(FLOAT_SHL(FLOAT_DIVU(st->Pey, st->Pyy),14)); in speex_echo_cancellation()
1111 bound = FLOAT_DIVU(FLOAT_MULT(bound, bound), PSEUDOFLOAT(ADD32(1,Syy))); in speex_echo_cancellation()