Index: webrtc/modules/audio_processing/agc/pitch_internal.cc |
diff --git a/webrtc/modules/audio_processing/vad/pitch_internal.cc b/webrtc/modules/audio_processing/agc/pitch_internal.cc |
similarity index 96% |
rename from webrtc/modules/audio_processing/vad/pitch_internal.cc |
rename to webrtc/modules/audio_processing/agc/pitch_internal.cc |
index 309b45acf5362ec13eb376319b992893a3686b05..b394074bd3e2ea136e6cee62538eb8e17b9b28bf 100644 |
--- a/webrtc/modules/audio_processing/vad/pitch_internal.cc |
+++ b/webrtc/modules/audio_processing/agc/pitch_internal.cc |
@@ -8,7 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/modules/audio_processing/vad/pitch_internal.h" |
+#include "webrtc/modules/audio_processing/agc/pitch_internal.h" |
#include <cmath> |
@@ -25,6 +25,7 @@ static void PitchInterpolation(double old_val, const double* in, double* out) { |
out[2] = 0.5 * in[2] + 0.5 * in[3]; |
} |
+ |
void GetSubframesPitchParameters(int sampling_rate_hz, |
double* gains, |
double* lags, |