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