Index: webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c |
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c b/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c |
index 18377dd370f9f3e527ae60e56e2c6d0b43b38144..0d881e804428c6f5db7e99970b8efd2a596e2a34 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c |
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c |
@@ -57,8 +57,6 @@ void WebRtcIsacfix_PCorr2Q32(const int16_t* in, int32_t* logcorQ8) { |
ysum32 += in[PITCH_CORR_LEN2 + k - 1] * in[PITCH_CORR_LEN2 + k - 1] >> |
scaling; |
- // TODO(zhongwei.yao): Move this function into a separate NEON code file so |
- // that WEBRTC_DETECT_NEON could take advantage of it. |
#ifdef WEBRTC_HAS_NEON |
{ |
int32_t vbuff[4]; |