Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dpseudofloat.h233 static inline spx_int32_t FLOAT_EXTRACT32(spx_float_t a) in FLOAT_EXTRACT32() function
365 #define FLOAT_EXTRACT32(a) (a) macro
Dmdf.c1114 else if (tmp32 < FLOAT_EXTRACT32(bound)) in speex_echo_cancellation()
1115 tmp32 = FLOAT_EXTRACT32(bound); in speex_echo_cancellation()