summaryrefslogtreecommitdiff
path: root/modules/audio_processing/aec/aec_core_internal.h
diff options
context:
space:
mode:
authorbjornv@webrtc.org <bjornv@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-10 08:03:11 +0000
committerbjornv@webrtc.org <bjornv@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-10 08:03:11 +0000
commit31ab61cf47b1a086aea0952054e09dd47856bf87 (patch)
tree06e4474f8022a9760c2a993f8f5be620efaf6124 /modules/audio_processing/aec/aec_core_internal.h
parent71ba40d529e6643bf7e64a1d4b3e6d5e6efb56b9 (diff)
downloadwebrtc-31ab61cf47b1a086aea0952054e09dd47856bf87.tar.gz
Neon version of SubbandCoherence()
The performance gain on a Nexus 7 reported by audioproc is ~1.4% The output is NOT bit exact. Any difference seen is +-1. BUG=3131 R=bjornv@webrtc.org, cd@webrtc.org Review URL: https://webrtc-codereview.appspot.com/17839005 Patch from Scott LaVarnway <slavarnw@gmail.com>. git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6647 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'modules/audio_processing/aec/aec_core_internal.h')
-rw-r--r--modules/audio_processing/aec/aec_core_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/audio_processing/aec/aec_core_internal.h b/modules/audio_processing/aec/aec_core_internal.h
index 372b4274..8e5ee5cb 100644
--- a/modules/audio_processing/aec/aec_core_internal.h
+++ b/modules/audio_processing/aec/aec_core_internal.h
@@ -15,6 +15,7 @@
#include <stdio.h>
#endif
+#include "webrtc/modules/audio_processing/aec/aec_common.h"
#include "webrtc/modules/audio_processing/aec/aec_core.h"
#include "webrtc/modules/audio_processing/utility/ring_buffer.h"
#include "webrtc/typedefs.h"