OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sesum
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/
aec_core.c
872
float sdSum = 0,
seSum
= 0;
982
seSum
+= aec->se[i];
987
if (
seSum
> sdSum) {
992
if (
seSum
* 1.05f < sdSum) {
[
all
...]
Completed in 42 milliseconds