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

Issue 1989363006: TMMBRHelp::FindBoundingSet function cleaned (Closed)

Created:
4 years, 7 months ago by danilchap
Modified:
4 years, 4 months ago
Reviewers:
philipel
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

TMMBRHelp::FindBoundingSet function cleaned it become static to clearly state input, output and temporary variables style updated with minor improvments to actual algorithm. Committed: https://crrev.com/262e4861284e2deac01f1137c40230f4f4283634 Cr-Commit-Position: refs/heads/master@{#13652}

Patch Set 1 : change function signature and remove now unused functions #

Total comments: 1

Patch Set 2 : Fix variable names style, comments, types. #

Patch Set 3 : git cl format --full #

Patch Set 4 : indexes replaced with iterators #

Patch Set 5 : optimize step2 #

Patch Set 6 : removed num_bounding_set variable as dublicate of bounding_set->size() #

Patch Set 7 : packet_rate calculated in bytes/s instead of bits/s removing unnecesary multiplications #

Patch Set 8 : rebase (remove critical section) #

Total comments: 21

Patch Set 9 : Feedback #

Total comments: 2

Patch Set 10 : Removed default values #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -356 lines) Patch
M webrtc/modules/rtp_rtcp/source/tmmbr_help.h View 1 2 3 4 5 6 7 1 chunk +34 lines, -58 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/tmmbr_help.cc View 1 2 3 4 5 6 7 8 9 2 chunks +167 lines, -298 lines 0 comments Download

Messages

Total messages: 23 (15 generated)
danilchap
to make CL more reviewable, it is splited into several steps with small description. https://codereview.webrtc.org/1989363006/diff/100001/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc ...
4 years, 7 months ago (2016-05-20 13:38:53 UTC) #9
philipel
https://codereview.webrtc.org/1989363006/diff/300001/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc File webrtc/modules/rtp_rtcp/source/tmmbr_help.cc (right): https://codereview.webrtc.org/1989363006/diff/300001/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc#newcode69 webrtc/modules/rtp_rtcp/source/tmmbr_help.cc:69: for (uint32_t i = 0; i < _candidateSet.size(); i++) ...
4 years, 4 months ago (2016-08-04 12:39:49 UTC) #13
danilchap
https://codereview.webrtc.org/1989363006/diff/300001/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc File webrtc/modules/rtp_rtcp/source/tmmbr_help.cc (right): https://codereview.webrtc.org/1989363006/diff/300001/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc#newcode69 webrtc/modules/rtp_rtcp/source/tmmbr_help.cc:69: for (uint32_t i = 0; i < _candidateSet.size(); i++) ...
4 years, 4 months ago (2016-08-04 13:55:35 UTC) #14
philipel
lgtm with nit, but I guess this class will be gone soon anyway. https://codereview.webrtc.org/1989363006/diff/300001/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc File ...
4 years, 4 months ago (2016-08-04 14:37:20 UTC) #15
danilchap
https://codereview.webrtc.org/1989363006/diff/320001/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc File webrtc/modules/rtp_rtcp/source/tmmbr_help.cc (right): https://codereview.webrtc.org/1989363006/diff/320001/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc#newcode154 webrtc/modules/rtp_rtcp/source/tmmbr_help.cc:154: std::vector<float> intersection(num_candidates, 0.0); On 2016/08/04 14:37:20, philipel wrote: > ...
4 years, 4 months ago (2016-08-05 08:48:22 UTC) #16
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/1989363006/340001
4 years, 4 months ago (2016-08-05 10:12:50 UTC) #19
commit-bot: I haz the power
Committed patchset #10 (id:340001)
4 years, 4 months ago (2016-08-05 10:37:42 UTC) #21
commit-bot: I haz the power
4 years, 4 months ago (2016-08-05 10:37:49 UTC) #23
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/262e4861284e2deac01f1137c40230f4f4283634
Cr-Commit-Position: refs/heads/master@{#13652}

Powered by Google App Engine
This is Rietveld 408576698