Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Issue 2834073005: Added ARM Neon SIMD optimizations for AEC3 (Closed)

Created:
3 years, 8 months ago by peah-webrtc
Modified:
3 years, 7 months ago
Reviewers:
ivoc
CC:
webrtc-reviews_webrtc.org, AleBzk, peah-webrtc, Andrew MacDonald, aleloi, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Added ARM Neon optimizations for AEC3 This CL adds Neon SIMD optimizations for AEC3 on ARM, resulting in an 8 times complexity reduction. The optimizations are basically identical to what was already in place for SSE2. BUG=chromium:14993, webrtc:6018 Review-Url: https://codereview.webrtc.org/2834073005 Cr-Commit-Position: refs/heads/master@{#17993} Committed: https://chromium.googlesource.com/external/webrtc/+/f246b91eba0e8d95bd3fee4634887fb6d3017811

Patch Set 1 : Changed the unittest #

Total comments: 6

Patch Set 2 : Changes in response to reviewer comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+621 lines, -6 lines) Patch
M webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h View 4 chunks +20 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/adaptive_fir_filter.cc View 1 8 chunks +174 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/adaptive_fir_filter_unittest.cc View 1 4 chunks +108 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/aec3_common.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/aec3_common.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/matched_filter.h View 1 chunk +13 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/matched_filter.cc View 3 chunks +118 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/matched_filter_unittest.cc View 1 1 chunk +39 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/vector_math.h View 4 chunks +84 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/vector_math_unittest.cc View 1 chunk +59 lines, -0 lines 0 comments Download

Messages

Total messages: 73 (65 generated)
peah-webrtc
Hi, Here is a CL with Neon optimizations for AEC3. Could you please take a ...
3 years, 7 months ago (2017-05-03 06:52:16 UTC) #63
ivoc
Nice! I like the multiply-add/multiply-subtract operations in NEON, too bad we can't use them in ...
3 years, 7 months ago (2017-05-03 11:40:07 UTC) #64
peah-webrtc
Thanks for the comments! I have uploaded a new patch with changes according to the ...
3 years, 7 months ago (2017-05-03 11:55:46 UTC) #65
ivoc
LGTM!
3 years, 7 months ago (2017-05-03 12:27:00 UTC) #66
peah-webrtc
Thanks for the quick review!!!
3 years, 7 months ago (2017-05-03 12:27:35 UTC) #67
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2834073005/970001
3 years, 7 months ago (2017-05-03 12:28:08 UTC) #69
commit-bot: I haz the power
Committed patchset #2 (id:970001) as https://chromium.googlesource.com/external/webrtc/+/f246b91eba0e8d95bd3fee4634887fb6d3017811
3 years, 7 months ago (2017-05-03 13:29:08 UTC) #72
peah-webrtc
3 years, 7 months ago (2017-05-03 13:40:23 UTC) #73
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:970001) has been created in
https://codereview.webrtc.org/2856113003/ by peah@webrtc.org.

The reason for reverting is: The bug number for the chromium bug was wrong. .

Powered by Google App Engine
This is Rietveld 408576698