OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:magnAvgPause
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/ns/
ns_core.h
92
float
magnAvgPause
[HALF_ANAL_BLOCKL]; //conservative noise spectrum estimate
ns_core.c
149
inst->
magnAvgPause
[i] = (float)0.0; //conservative noise spectrum estimate
566
// the reference/template spectrum is inst->
magnAvgPause
[i]
569
// avgDiffNormMagn = var(magnIn) - cov(magnIn,
magnAvgPause
)^2 / var(
magnAvgPause
)
578
avgPause += inst->
magnAvgPause
[i];
588
covMagnPause += (magnIn[i] - avgMagn) * (inst->
magnAvgPause
[i] - avgPause);
589
varPause += (inst->
magnAvgPause
[i] - avgPause) * (inst->
magnAvgPause
[i] - avgPause);
[
all
...]
Completed in 735 milliseconds