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

Issue 1211613005: Adding method IsInBeam to beamformer class. (Closed)

Created:
5 years, 6 months ago by bloch
Modified:
5 years, 5 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, hlundin-webrtc, kwiberg-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Adding method IsInBeam to beamformer class. This was previously reviewed at: https://webrtc-codereview.appspot.com/53729004/ Committed: https://crrev.com/1adbacb19dbe6f4c537c9cc9d04242b61735a2b8 Cr-Commit-Position: refs/heads/master@{#9517}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Applied Spherical point; fixed casting bug #

Patch Set 3 : un-uploading excess files #

Patch Set 4 : cast M_PI as float to solve truncation bug #

Total comments: 5

Patch Set 5 : Changed SphericalPointf to reference #

Total comments: 3

Patch Set 6 : changed azimuth to point in comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M webrtc/modules/audio_processing/beamformer/beamformer.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (6 generated)
aluebs-webrtc
https://codereview.webrtc.org/1211613005/diff/1/webrtc/modules/audio_processing/beamformer/beamformer.h File webrtc/modules/audio_processing/beamformer/beamformer.h (right): https://codereview.webrtc.org/1211613005/diff/1/webrtc/modules/audio_processing/beamformer/beamformer.h#newcode26 webrtc/modules/audio_processing/beamformer/beamformer.h:26: Remove these blank lines. https://codereview.webrtc.org/1211613005/diff/1/webrtc/modules/audio_processing/beamformer/beamformer.h#newcode39 webrtc/modules/audio_processing/beamformer/beamformer.h:39: virtual bool IsInBeam(float ...
5 years, 6 months ago (2015-06-25 01:04:38 UTC) #2
bloch
On 2015/06/25 01:04:38, aluebs-webrtc wrote: > https://codereview.webrtc.org/1211613005/diff/1/webrtc/modules/audio_processing/beamformer/beamformer.h > File webrtc/modules/audio_processing/beamformer/beamformer.h (right): > > https://codereview.webrtc.org/1211613005/diff/1/webrtc/modules/audio_processing/beamformer/beamformer.h#newcode26 > ...
5 years, 6 months ago (2015-06-26 01:26:01 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1211613005/20001
5 years, 6 months ago (2015-06-26 01:28:37 UTC) #5
commit-bot: I haz the power
Dry run: No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even ...
5 years, 6 months ago (2015-06-26 01:28:40 UTC) #8
bloch
Accidentally included other people's files in my cl, but I resolved that.
5 years, 6 months ago (2015-06-26 01:40:04 UTC) #9
Andrew MacDonald
https://codereview.webrtc.org/1211613005/diff/1/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc File webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc (right): https://codereview.webrtc.org/1211613005/diff/1/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc#newcode54 webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc:54: const float kBeamWidthAngle = static_cast<float>(M_PI)20.f / 180.f; On 2015/06/25 ...
5 years, 6 months ago (2015-06-26 02:04:24 UTC) #10
Andrew MacDonald
...and I took the liberty of fixing up the CL description :) The title isn't ...
5 years, 6 months ago (2015-06-26 02:05:20 UTC) #11
bloch
https://codereview.webrtc.org/1211613005/diff/1/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc File webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc (right): https://codereview.webrtc.org/1211613005/diff/1/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc#newcode54 webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc:54: const float kBeamWidthAngle = static_cast<float>(M_PI)20.f / 180.f; On 2015/06/26 ...
5 years, 6 months ago (2015-06-26 03:37:28 UTC) #12
Andrew MacDonald
lgtm with a minor change. https://codereview.webrtc.org/1211613005/diff/1/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc File webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc (right): https://codereview.webrtc.org/1211613005/diff/1/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc#newcode54 webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc:54: const float kBeamWidthAngle = ...
5 years, 6 months ago (2015-06-26 03:46:09 UTC) #13
bloch
https://codereview.webrtc.org/1211613005/diff/80001/webrtc/modules/audio_processing/beamformer/beamformer.h File webrtc/modules/audio_processing/beamformer/beamformer.h (right): https://codereview.webrtc.org/1211613005/diff/80001/webrtc/modules/audio_processing/beamformer/beamformer.h#newcode34 webrtc/modules/audio_processing/beamformer/beamformer.h:34: // Indicates whether a given azimuth is inside of ...
5 years, 6 months ago (2015-06-26 04:01:57 UTC) #14
Andrew MacDonald
lgtm https://codereview.webrtc.org/1211613005/diff/80001/webrtc/modules/audio_processing/beamformer/beamformer.h File webrtc/modules/audio_processing/beamformer/beamformer.h (right): https://codereview.webrtc.org/1211613005/diff/80001/webrtc/modules/audio_processing/beamformer/beamformer.h#newcode34 webrtc/modules/audio_processing/beamformer/beamformer.h:34: // Indicates whether a given azimuth is inside ...
5 years, 6 months ago (2015-06-26 04:40:06 UTC) #15
aluebs-webrtc
lgtm
5 years, 5 months ago (2015-06-29 22:13:25 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1211613005/100001
5 years, 5 months ago (2015-06-29 22:16:27 UTC) #18
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 5 months ago (2015-06-29 23:15:22 UTC) #19
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/1adbacb19dbe6f4c537c9cc9d04242b61735a2b8 Cr-Commit-Position: refs/heads/master@{#9517}
5 years, 5 months ago (2015-06-29 23:15:33 UTC) #20
bloch
Hey, I realized I wasn't including array_util in beamformer.h, so I moved the inclusion to ...
5 years, 5 months ago (2015-07-20 17:17:38 UTC) #21
aluebs-webrtc
5 years, 5 months ago (2015-07-20 18:31:30 UTC) #23
Message was sent while issue was closed.
On 2015/07/20 17:17:38, bloch wrote:
> Hey, I realized I wasn't including array_util in beamformer.h, so I moved the
> inclusion to there.

I deleted your last patch, since this is a CL that already was landed. Please do
a different CL with your changes.

Powered by Google App Engine
This is Rietveld 408576698