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

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

Issue 1581183005: Cleaning up AEC metrics. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: improve the calculation Created 4 years, 8 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.h
diff --git a/webrtc/modules/audio_processing/aec/aec_core.h b/webrtc/modules/audio_processing/aec/aec_core.h
index 71f02d6a3e426dfd80b886f24b6e5f0d9ba8ba86..ee491da851c0959157847d5391c7f6aabcbac810 100644
--- a/webrtc/modules/audio_processing/aec/aec_core.h
+++ b/webrtc/modules/audio_processing/aec/aec_core.h
@@ -47,8 +47,8 @@ typedef struct Stats {
float sum;
float hisum;
float himean;
- int counter;
- int hicounter;
+ size_t counter;
+ size_t hicounter;
} Stats;
typedef struct AecCore AecCore;
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/aec/aec_core.cc » ('j') | webrtc/modules/audio_processing/aec/aec_core.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698