Searched refs:MIN_LEAK (Results 1 – 1 of 1) sorted by relevance
102 static const spx_float_t MIN_LEAK = {20972, -22}; variable114 static const spx_float_t MIN_LEAK = .005f; variable1091 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()