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

Issue 1639773002: Moved buffering of farend into the EchoSubtraction method. (Closed)

Created:
4 years, 11 months ago by peah-webrtc
Modified:
4 years, 10 months ago
Reviewers:
ivoc, minyue-webrtc
CC:
webrtc-reviews_webrtc.org, peah-webrtc, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Moved buffering of farend into the EchoSubtraction method. This makes sense since the buffered data is only used by the echo subtraction method. Furthermore, it simplifies the upcoming modifications to the echo subtraction method since the way the buffering is done can then be specific for the echo subtraction implementation used. The change is bitexact and this was verified using a fairly extensive bitexactness suite. BUG= Committed: https://crrev.com/1147b75b52c0d827281c7563e45dcfbf03907ed9 Cr-Commit-Position: refs/heads/master@{#11547}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Changed variable name according to reviewer comments #

Total comments: 2

Patch Set 3 : Merge from latest master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -27 lines) Patch
M webrtc/modules/audio_processing/aec/aec_core.c View 1 2 9 chunks +28 lines, -27 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
peah-webrtc
4 years, 11 months ago (2016-01-26 11:01:21 UTC) #3
minyue-webrtc
https://codereview.webrtc.org/1639773002/diff/1/webrtc/modules/audio_processing/aec/aec_core.c File webrtc/modules/audio_processing/aec/aec_core.c (right): https://codereview.webrtc.org/1639773002/diff/1/webrtc/modules/audio_processing/aec/aec_core.c#newcode904 webrtc/modules/audio_processing/aec/aec_core.c:904: int metrics_mode, I prefer the old line breaking. less ...
4 years, 11 months ago (2016-01-26 15:15:26 UTC) #4
peah-webrtc
https://codereview.webrtc.org/1639773002/diff/1/webrtc/modules/audio_processing/aec/aec_core.c File webrtc/modules/audio_processing/aec/aec_core.c (right): https://codereview.webrtc.org/1639773002/diff/1/webrtc/modules/audio_processing/aec/aec_core.c#newcode904 webrtc/modules/audio_processing/aec/aec_core.c:904: int metrics_mode, On 2016/01/26 15:15:26, minyue-webrtc wrote: > I ...
4 years, 10 months ago (2016-01-28 13:06:07 UTC) #5
minyue-webrtc
lgtm https://codereview.webrtc.org/1639773002/diff/1/webrtc/modules/audio_processing/aec/aec_core.c File webrtc/modules/audio_processing/aec/aec_core.c (right): https://codereview.webrtc.org/1639773002/diff/1/webrtc/modules/audio_processing/aec/aec_core.c#newcode904 webrtc/modules/audio_processing/aec/aec_core.c:904: int metrics_mode, On 2016/01/28 13:06:07, peah-webrtc wrote: > ...
4 years, 10 months ago (2016-01-28 14:10:40 UTC) #6
ivoc
LGTM for the code, see my remark below, I'll leave it up to you to ...
4 years, 10 months ago (2016-02-05 09:05:04 UTC) #7
peah-webrtc
https://codereview.webrtc.org/1639773002/diff/20001/webrtc/modules/audio_processing/aec/aec_core.c File webrtc/modules/audio_processing/aec/aec_core.c (right): https://codereview.webrtc.org/1639773002/diff/20001/webrtc/modules/audio_processing/aec/aec_core.c#newcode917 webrtc/modules/audio_processing/aec/aec_core.c:917: float echo_subtractor_output[PART_LEN]) { On 2016/02/05 09:05:04, ivoc wrote: > ...
4 years, 10 months ago (2016-02-05 10:19:49 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1639773002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1639773002/20001
4 years, 10 months ago (2016-02-05 10:20:02 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios_rel/builds/11108) mac_compile_dbg on tryserver.webrtc (JOB_FAILED, ...
4 years, 10 months ago (2016-02-05 10:20:51 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1639773002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1639773002/40001
4 years, 10 months ago (2016-02-10 09:49:15 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-10 11:55:35 UTC) #17
commit-bot: I haz the power
4 years, 10 months ago (2016-02-10 11:55:47 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/1147b75b52c0d827281c7563e45dcfbf03907ed9
Cr-Commit-Position: refs/heads/master@{#11547}

Powered by Google App Engine
This is Rietveld 408576698