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

Issue 2408653002: NetEq: Convert AverageIAT from int to float calculations (Closed)

Created:
4 years, 2 months ago by hlundin-webrtc
Modified:
4 years, 2 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/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

NetEq: Convert AverageIAT from int to float calculations With this change, the calculations inside AverageIAT are changed to be in double-precision floating point instead of in fixed point. Also, the method's name is changed to EstimatedClockDriftPpm to better reflect what it returns. A few unit tests had to be updated because of minor numerical differences. Also removing the UBSan suppression related to this issue. BUG=webrtc:5889 Committed: https://crrev.com/0d8385770b53f3fef11ed2f5d98af712dc2ba89d Cr-Commit-Position: refs/heads/master@{#14628}

Patch Set 1 #

Patch Set 2 : Fix Android checksum #

Total comments: 2

Patch Set 3 : Taking care of review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -34 lines) Patch
M tools/ubsan/blacklist.txt View 1 chunk +0 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/delay_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/delay_manager.cc View 1 2 1 chunk +10 lines, -15 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/mock/mock_delay_manager.h View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_unittest.cc View 1 4 chunks +10 lines, -10 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/statistics_calculator.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 12 (6 generated)
hlundin-webrtc
Karl, can you take a look at this CL? The purpose is to provide an ...
4 years, 2 months ago (2016-10-13 06:44:08 UTC) #4
kwiberg-webrtc
lgtm, but see comments. https://codereview.webrtc.org/2408653002/diff/20001/webrtc/modules/audio_coding/neteq/delay_manager.cc File webrtc/modules/audio_coding/neteq/delay_manager.cc (right): https://codereview.webrtc.org/2408653002/diff/20001/webrtc/modules/audio_coding/neteq/delay_manager.cc#newcode331 webrtc/modules/audio_coding/neteq/delay_manager.cc:331: return (sum / (1 << ...
4 years, 2 months ago (2016-10-13 08:30:24 UTC) #5
hlundin-webrtc
https://codereview.webrtc.org/2408653002/diff/20001/webrtc/modules/audio_coding/neteq/delay_manager.cc File webrtc/modules/audio_coding/neteq/delay_manager.cc (right): https://codereview.webrtc.org/2408653002/diff/20001/webrtc/modules/audio_coding/neteq/delay_manager.cc#newcode331 webrtc/modules/audio_coding/neteq/delay_manager.cc:331: return (sum / (1 << 30) - 1) * ...
4 years, 2 months ago (2016-10-13 10:05:25 UTC) #6
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/2408653002/40001
4 years, 2 months ago (2016-10-13 10:05:37 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-13 10:35:58 UTC) #10
commit-bot: I haz the power
4 years, 2 months ago (2016-10-13 10:36:06 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0d8385770b53f3fef11ed2f5d98af712dc2ba89d
Cr-Commit-Position: refs/heads/master@{#14628}

Powered by Google App Engine
This is Rietveld 408576698