Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: webrtc/modules/audio_processing/aec/aec_core_internal.h

Issue 1739993003: Adding fraction of filter divergence in AEC metrics. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_processing/aec/aec_core_internal.h
diff --git a/webrtc/modules/audio_processing/aec/aec_core_internal.h b/webrtc/modules/audio_processing/aec/aec_core_internal.h
index b2e7301724d5f7dd886f300299f07bfa978a3e6d..84f7707d91c227298434db2cad3430f05f5b99ab 100644
--- a/webrtc/modules/audio_processing/aec/aec_core_internal.h
+++ b/webrtc/modules/audio_processing/aec/aec_core_internal.h
@@ -118,6 +118,9 @@ struct AecCore {
Stats erle;
Stats aNlp;
Stats rerl;
+ int num_diverge_values;
+ int num_filter_diverge;
peah-webrtc 2016/02/29 14:05:56 I think it would make sense to bundle these into a
+ float fraction_filter_diverge;
// Quantities to control H band scaling for SWB input
int freq_avg_ic; // initial bin for averaging nlp gain

Powered by Google App Engine
This is Rietveld 408576698