commit | 24be06c54a94d1bf555dccdfd4e2a33ad69f70c4 | [log] [tgz] |
---|---|---|
author | aluebs@webrtc.org <aluebs@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Mar 24 10:16:11 2014 |
committer | aluebs@webrtc.org <aluebs@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Mar 24 10:16:11 2014 |
tree | 4f6889c98ab87d74a038a9652fb0122359eeffc9 | |
parent | b9d0acb4017586521b5a11d8b73ad8c733958a53 [diff] |
Add fir_filter to common_audio It has 3 implementation: * fir_filter_c with no optimization * fir_filter_sse which outperforms the C version by a factor of 3x * fir_filter_neon which outperforms the C version by a factor of 2x R=andrew@webrtc.org, bjornv@webrtc.org, johannkoenig@google.com Review URL: https://webrtc-codereview.appspot.com/9759004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5756 4adac7df-926f-26a2-2b94-8c16560cd09d