Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dpseudofloat.h167 static inline int FLOAT_LT(spx_float_t a, spx_float_t b) in FLOAT_LT() function
182 return FLOAT_LT(b,a); in FLOAT_GT()
372 #define FLOAT_LT(a,b) ((a)<(b)) macro
Dmdf.c1088 if (FLOAT_LT(st->Pyy, FLOAT_ONE)) in speex_echo_cancellation()
1091 if (FLOAT_LT(st->Pey, FLOAT_MULT(MIN_LEAK,st->Pyy))) in speex_echo_cancellation()