Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
Dmdf.c102 static const spx_float_t MIN_LEAK = {20972, -22}; variable
114 static const spx_float_t MIN_LEAK = .005f; variable
1091 if (FLOAT_LT(st->Pey, FLOAT_MULT(MIN_LEAK,st->Pyy))) in speex_echo_cancellation()
1092 st->Pey = FLOAT_MULT(MIN_LEAK,st->Pyy); in speex_echo_cancellation()