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

Issue 2722533002: Fixing an overflow issue in NetEq::BackgroundNoise (Closed)

Created:
3 years, 9 months ago by hlundin-webrtc
Modified:
3 years, 9 months ago
Reviewers:
kwiberg-webrtc
CC:
webrtc-reviews_webrtc.org, kwiberg-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fixing an overflow issue in NetEq::BackgroundNoise BUG=chromium:676941 Review-Url: https://codereview.webrtc.org/2722533002 Cr-Commit-Position: refs/heads/master@{#16938} Committed: https://chromium.googlesource.com/external/webrtc/+/a67e5f5de97366587246ff6cc9a92248064e258c

Patch Set 1 #

Total comments: 2

Patch Set 2 : Alternative solution #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M webrtc/modules/audio_coding/neteq/background_noise.cc View 1 1 chunk +3 lines, -3 lines 1 comment Download

Messages

Total messages: 10 (4 generated)
hlundin-webrtc
kwiberg, ptal.
3 years, 9 months ago (2017-02-27 12:03:32 UTC) #2
kwiberg-webrtc
https://codereview.webrtc.org/2722533002/diff/1/webrtc/modules/audio_coding/neteq/background_noise.cc File webrtc/modules/audio_coding/neteq/background_noise.cc (right): https://codereview.webrtc.org/2722533002/diff/1/webrtc/modules/audio_coding/neteq/background_noise.cc#newcode114 webrtc/modules/audio_coding/neteq/background_noise.cc:114: (sample_energy > 0)) { Hmm. Wouldn't it make more ...
3 years, 9 months ago (2017-02-28 10:31:35 UTC) #3
hlundin-webrtc
PTAL again. https://codereview.webrtc.org/2722533002/diff/1/webrtc/modules/audio_coding/neteq/background_noise.cc File webrtc/modules/audio_coding/neteq/background_noise.cc (right): https://codereview.webrtc.org/2722533002/diff/1/webrtc/modules/audio_coding/neteq/background_noise.cc#newcode114 webrtc/modules/audio_coding/neteq/background_noise.cc:114: (sample_energy > 0)) { On 2017/02/28 10:31:35, ...
3 years, 9 months ago (2017-02-28 12:15:32 UTC) #4
kwiberg-webrtc
lgtm https://codereview.webrtc.org/2722533002/diff/20001/webrtc/modules/audio_coding/neteq/background_noise.cc File webrtc/modules/audio_coding/neteq/background_noise.cc (right): https://codereview.webrtc.org/2722533002/diff/20001/webrtc/modules/audio_coding/neteq/background_noise.cc#newcode107 webrtc/modules/audio_coding/neteq/background_noise.cc:107: (int64_t{5} * residual_energy >= int64_t{16} * sample_energy)) { ...
3 years, 9 months ago (2017-02-28 12:19:59 UTC) #5
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/2722533002/20001
3 years, 9 months ago (2017-03-01 10:18:58 UTC) #7
commit-bot: I haz the power
3 years, 9 months ago (2017-03-01 11:06:54 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/external/webrtc/+/a67e5f5de97366587246ff6cc...

Powered by Google App Engine
This is Rietveld 408576698