OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:echo_gain
(Results
1 - 1
of
1
) sorted by null
/external/speex/libspeex/
preprocess.c
337
spx_word16_t
echo_gain
, gain_ratio;
local
338
echo_gain
= EXTRACT16(MIN32(Q15_ONE,SHR32(spx_exp(MULT16_16(QCONST16(0.11513,11),effective_echo_suppress)),1)));
343
gain_floor[i] = MULT16_16_Q15(
echo_gain
,
[
all
...]
Completed in 530 milliseconds