commit | cd9b90ab539859034f0ffcac63b65e5939fb883e | [log] [tgz] |
---|---|---|
author | bjornv@webrtc.org <bjornv@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Jun 30 12:05:18 2014 +0000 |
committer | bjornv@webrtc.org <bjornv@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Jun 30 12:05:18 2014 +0000 |
tree | 3293555f640cba9deb1032881efc63816860ef61 | |
parent | e9b9ec5ced5df8b3cdf4ce2e4a115419c3ae3cef [diff] [blame] |
Neon version of cft1st_128() The performance gain on a Nexus 7 reported by audioproc is ~2% See comments regarding the output. R=bjornv@webrtc.org, cd@webrtc.org Review URL: https://webrtc-codereview.appspot.com/21679004 Patch from Scott LaVarnway <slavarnw@gmail.com>. git-svn-id: http://webrtc.googlecode.com/svn/trunk@6564 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_processing/audio_processing.gypi b/webrtc/modules/audio_processing/audio_processing.gypi index b1d18c5..98d437f 100644 --- a/webrtc/modules/audio_processing/audio_processing.gypi +++ b/webrtc/modules/audio_processing/audio_processing.gypi
@@ -200,6 +200,7 @@ ], 'sources': [ 'aec/aec_core_neon.c', + 'aec/aec_rdft_neon.c', 'aecm/aecm_core_neon.c', 'ns/nsx_core_neon.c', ],