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

Unified Diff: webrtc/modules/audio_coding/neteq/background_noise.h

Issue 1168753002: Match existing type usage better. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Resync Created 5 years, 6 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_coding/neteq/background_noise.h
diff --git a/webrtc/modules/audio_coding/neteq/background_noise.h b/webrtc/modules/audio_coding/neteq/background_noise.h
index fd4e6a565a98c85f09e89f26474d9a22177a693a..baf1818dae4efc8252e9a5bb1099f74d7ce9e58b 100644
--- a/webrtc/modules/audio_coding/neteq/background_noise.h
+++ b/webrtc/modules/audio_coding/neteq/background_noise.h
@@ -79,7 +79,7 @@ class BackgroundNoise {
static const int kVecLen = 256;
static const int kLogVecLen = 8; // log2(kVecLen).
static const int kResidualLength = 64;
- static const int kLogResidualLength = 6; // log2(kResidualLength)
+ static const int16_t kLogResidualLength = 6; // log2(kResidualLength)
struct ChannelParameters {
// Constructor.
« no previous file with comments | « webrtc/modules/audio_coding/main/test/initial_delay_unittest.cc ('k') | webrtc/modules/audio_coding/neteq/background_noise.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698