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

Issue 1718793002: Fix the gain calculation in IntelligibilityEnhancer (Closed)

Created:
4 years, 10 months ago by aluebs-webrtc
Modified:
4 years, 10 months ago
Reviewers:
hlundin-webrtc, turaj
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@vad
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fix the gain calculation in IntelligibilityEnhancer Committed: https://crrev.com/f99af6b885747d407d20c6788bc9dabdd88a4079 Cr-Commit-Position: refs/heads/master@{#11755}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Calculate zero distance only once #

Patch Set 3 : Simplify quadratic logic using max #

Patch Set 4 : Rebasing and Formatting #

Patch Set 5 : Make windows happy #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -30 lines) Patch
M webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc View 1 2 3 4 5 chunks +22 lines, -19 lines 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer_unittest.cc View 1 2 3 3 chunks +5 lines, -10 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
aluebs-webrtc
4 years, 10 months ago (2016-02-20 02:48:09 UTC) #2
hlundin-webrtc
https://codereview.webrtc.org/1718793002/diff/1/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc File webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc (right): https://codereview.webrtc.org/1718793002/diff/1/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc#newcode303 webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc:303: float gamma0 = 0.5f * kRho * pow_x0[n] * ...
4 years, 10 months ago (2016-02-22 12:59:23 UTC) #3
turaj
https://codereview.webrtc.org/1718793002/diff/1/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc File webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc (right): https://codereview.webrtc.org/1718793002/diff/1/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc#newcode308 webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc:308: sols[n] = -beta0 / (2.f * alpha0); My interpretation ...
4 years, 10 months ago (2016-02-22 16:05:20 UTC) #4
aluebs-webrtc
https://codereview.webrtc.org/1718793002/diff/1/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc File webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc (right): https://codereview.webrtc.org/1718793002/diff/1/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc#newcode303 webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc:303: float gamma0 = 0.5f * kRho * pow_x0[n] * ...
4 years, 10 months ago (2016-02-22 23:56:11 UTC) #5
hlundin-webrtc
LGTM with a suggestion. https://codereview.webrtc.org/1718793002/diff/1/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc File webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc (right): https://codereview.webrtc.org/1718793002/diff/1/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc#newcode307 webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc:307: if (beta0 * beta0 < ...
4 years, 10 months ago (2016-02-24 09:51:00 UTC) #6
turaj
https://codereview.webrtc.org/1718793002/diff/1/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc File webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc (right): https://codereview.webrtc.org/1718793002/diff/1/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc#newcode307 webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc:307: if (beta0 * beta0 < 4.f * alpha0 * ...
4 years, 10 months ago (2016-02-24 15:26:42 UTC) #7
turaj
I forgot, LGTM
4 years, 10 months ago (2016-02-24 15:27:31 UTC) #8
aluebs-webrtc
https://codereview.webrtc.org/1718793002/diff/1/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc File webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc (right): https://codereview.webrtc.org/1718793002/diff/1/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc#newcode307 webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc:307: if (beta0 * beta0 < 4.f * alpha0 * ...
4 years, 10 months ago (2016-02-24 23:40:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1718793002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1718793002/60001
4 years, 10 months ago (2016-02-24 23:41:05 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_drmemory_light on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_drmemory_light/builds/9922)
4 years, 10 months ago (2016-02-24 23:47:35 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1718793002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1718793002/80001
4 years, 10 months ago (2016-02-25 00:23:27 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-25 01:25:47 UTC) #18
commit-bot: I haz the power
4 years, 10 months ago (2016-02-25 01:25:56 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f99af6b885747d407d20c6788bc9dabdd88a4079
Cr-Commit-Position: refs/heads/master@{#11755}

Powered by Google App Engine
This is Rietveld 408576698