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

Issue 2813823002: Adding new functionality for SIMD optimizations in AEC3 (Closed)

Created:
3 years, 8 months ago by peah-webrtc
Modified:
3 years, 8 months ago
Reviewers:
ivoc, aleloi
CC:
webrtc-reviews_webrtc.org, AleBzk, 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

Adding new functionality for SIMD optimizations in AEC3 Most of the complex functionality in AEC3 is done using vector maths. This CL adds a new functionality for performing these using SIMD operations in a simple manner whenever such are available. The reason for putting the implementations in the header file is to allow any possible inlining. BUG=webrtc:6018 Review-Url: https://codereview.webrtc.org/2813823002 Cr-Commit-Position: refs/heads/master@{#17663} Committed: https://chromium.googlesource.com/external/webrtc/+/5e79b293137f9022322331c9644743203d246ba3

Patch Set 1 #

Total comments: 17

Patch Set 2 : Changes in response to reviewer comments #

Patch Set 3 : Fixed build error on windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -250 lines) Patch
M webrtc/modules/audio_processing/BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/suppression_gain.h View 1 chunk +0 lines, -24 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/suppression_gain.cc View 1 2 6 chunks +19 lines, -152 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/suppression_gain_unittest.cc View 1 chunk +0 lines, -74 lines 0 comments Download
A webrtc/modules/audio_processing/aec3/vector_math.h View 1 1 chunk +128 lines, -0 lines 0 comments Download
A webrtc/modules/audio_processing/aec3/vector_math_unittest.cc View 1 1 chunk +87 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (17 generated)
peah-webrtc
Hi, This is a CL that replaces a some of the computations in AEC3 using ...
3 years, 8 months ago (2017-04-11 08:16:39 UTC) #6
ivoc
See some minor remarks below. Also, I didn't test this, but I think it might ...
3 years, 8 months ago (2017-04-11 12:03:02 UTC) #7
peah-webrtc
Thanks for the comments! I've uploaded a new patch. https://codereview.webrtc.org/2813823002/diff/40001/webrtc/modules/audio_processing/aec3/suppression_gain.cc File webrtc/modules/audio_processing/aec3/suppression_gain.cc (right): https://codereview.webrtc.org/2813823002/diff/40001/webrtc/modules/audio_processing/aec3/suppression_gain.cc#newcode52 webrtc/modules/audio_processing/aec3/suppression_gain.cc:52: ...
3 years, 8 months ago (2017-04-11 13:09:26 UTC) #8
aleloi
lgtm! Nice that the complexity could be moved from suppression_gain.cc. https://codereview.webrtc.org/2813823002/diff/40001/webrtc/modules/audio_processing/aec3/vector_math.h File webrtc/modules/audio_processing/aec3/vector_math.h (right): https://codereview.webrtc.org/2813823002/diff/40001/webrtc/modules/audio_processing/aec3/vector_math.h#newcode14 ...
3 years, 8 months ago (2017-04-11 14:27:30 UTC) #9
peah-webrtc
On 2017/04/11 12:03:02, ivoc wrote: > See some minor remarks below. Also, I didn't test ...
3 years, 8 months ago (2017-04-11 15:12:02 UTC) #10
ivoc
On 2017/04/11 15:12:02, peah-webrtc wrote: > On 2017/04/11 12:03:02, ivoc wrote: > > See some ...
3 years, 8 months ago (2017-04-12 07:26:50 UTC) #19
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/2813823002/80001
3 years, 8 months ago (2017-04-12 08:18:33 UTC) #22
commit-bot: I haz the power
3 years, 8 months ago (2017-04-12 08:20:51 UTC) #25
Message was sent while issue was closed.
Committed patchset #3 (id:80001) as
https://chromium.googlesource.com/external/webrtc/+/5e79b293137f9022322331c96...

Powered by Google App Engine
This is Rietveld 408576698