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

Issue 1629413002: Update sha1 files and unittests for Opus v1.1.2 (Closed)

Created:
4 years, 10 months ago by flim-webrtc
Modified:
4 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, kwiberg-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Update sha1 files and unittests for Opus v1.1.2 This was committed as part of https://codereview.webrtc.org/1657343002/

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added comment about Opus pcm files for neteq tests #

Total comments: 1

Patch Set 3 : Added comment about Opus network stats file for neteq tests #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -23 lines) Patch
M resources/audio_coding/neteq4_opus_network_stats.dat.sha1 View 1 chunk +1 line, -1 line 0 comments Download
M resources/audio_coding/neteq4_opus_ref.pcm.sha1 View 1 chunk +1 line, -1 line 0 comments Download
M resources/audio_coding/neteq4_opus_ref_win_32.pcm.sha1 View 1 chunk +1 line, -1 line 0 comments Download
M resources/audio_coding/neteq4_opus_ref_win_64.pcm.sha1 View 1 chunk +1 line, -1 line 0 comments Download
M resources/short_mixed_mono_48.dat.sha1 View 1 chunk +1 line, -1 line 0 comments Download
A resources/short_mixed_mono_48_arm.dat.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc View 5 chunks +16 lines, -16 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/opus_unittest.cc View 1 chunk +2 lines, -2 lines 2 comments Download
M webrtc/modules/audio_coding/neteq/audio_classifier_unittest.cc View 1 chunk +6 lines, -0 lines 2 comments Download
M webrtc/modules/audio_coding/neteq/neteq_unittest.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/modules/modules_unittests.isolate View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
flim-webrtc
Here are some changes intended to fix breaking tests when Opus 1.1.2 is upgraded later ...
4 years, 10 months ago (2016-01-25 15:00:53 UTC) #2
minyue-webrtc
On 2016/01/25 15:00:53, flim-webrtc wrote: > Here are some changes intended to fix breaking tests ...
4 years, 10 months ago (2016-01-25 21:33:12 UTC) #3
minyue-webrtc
one more comment https://codereview.webrtc.org/1629413002/diff/1/resources/audio_coding/neteq4_opus_ref.pcm.sha1 File resources/audio_coding/neteq4_opus_ref.pcm.sha1 (right): https://codereview.webrtc.org/1629413002/diff/1/resources/audio_coding/neteq4_opus_ref.pcm.sha1#newcode1 resources/audio_coding/neteq4_opus_ref.pcm.sha1:1: c23004d91ffbe5e7a1f24620fc89b58c0426040f get neteq_unittest.cc and comment that ...
4 years, 10 months ago (2016-01-25 21:36:41 UTC) #4
flim-webrtc
Thanks for the review. I'm planning to have this landed only when webrtc is rolled ...
4 years, 10 months ago (2016-01-26 09:51:28 UTC) #5
minyue-webrtc
https://codereview.webrtc.org/1629413002/diff/20001/webrtc/modules/audio_coding/neteq/neteq_unittest.cc File webrtc/modules/audio_coding/neteq/neteq_unittest.cc (right): https://codereview.webrtc.org/1629413002/diff/20001/webrtc/modules/audio_coding/neteq/neteq_unittest.cc#newcode571 webrtc/modules/audio_coding/neteq/neteq_unittest.cc:571: // The pcm files were generated by using Opus ...
4 years, 10 months ago (2016-01-26 14:30:23 UTC) #6
flim-webrtc
On 2016/01/26 14:30:23, minyue-webrtc wrote: > https://codereview.webrtc.org/1629413002/diff/20001/webrtc/modules/audio_coding/neteq/neteq_unittest.cc > File webrtc/modules/audio_coding/neteq/neteq_unittest.cc (right): > > https://codereview.webrtc.org/1629413002/diff/20001/webrtc/modules/audio_coding/neteq/neteq_unittest.cc#newcode571 > ...
4 years, 10 months ago (2016-01-26 16:47:06 UTC) #7
minyue-webrtc
lgtm if you submit it after Opus 1.2 was pulled. and there is one more ...
4 years, 10 months ago (2016-01-28 09:42:05 UTC) #8
tlegrand-webrtc
Mybe Minyue can comment on what it means that you needed to change the bounds ...
4 years, 10 months ago (2016-01-29 14:26:32 UTC) #10
minyue-webrtc
https://codereview.webrtc.org/1629413002/diff/40001/webrtc/modules/audio_coding/codecs/opus/opus_unittest.cc File webrtc/modules/audio_coding/codecs/opus/opus_unittest.cc (right): https://codereview.webrtc.org/1629413002/diff/40001/webrtc/modules/audio_coding/codecs/opus/opus_unittest.cc#newcode211 webrtc/modules/audio_coding/codecs/opus/opus_unittest.cc:211: const uint16_t kOutputValueBound = 8; On 2016/01/29 14:26:32, tlegrand-webrtc ...
4 years, 10 months ago (2016-01-29 14:46:36 UTC) #11
tlegrand-webrtc
On 2016/01/29 14:46:36, minyue-webrtc wrote: > https://codereview.webrtc.org/1629413002/diff/40001/webrtc/modules/audio_coding/codecs/opus/opus_unittest.cc > File webrtc/modules/audio_coding/codecs/opus/opus_unittest.cc (right): > > https://codereview.webrtc.org/1629413002/diff/40001/webrtc/modules/audio_coding/codecs/opus/opus_unittest.cc#newcode211 > ...
4 years, 10 months ago (2016-01-29 14:48:03 UTC) #12
flim-webrtc
Thanks for the reviews. https://codereview.webrtc.org/1629413002/diff/40001/webrtc/modules/audio_coding/neteq/audio_classifier_unittest.cc File webrtc/modules/audio_coding/neteq/audio_classifier_unittest.cc (right): https://codereview.webrtc.org/1629413002/diff/40001/webrtc/modules/audio_coding/neteq/audio_classifier_unittest.cc#newcode64 webrtc/modules/audio_coding/neteq/audio_classifier_unittest.cc:64: #if defined(WEBRTC_ARCH_ARM) || defined(WEBRTC_ARCH_ARM64) On ...
4 years, 10 months ago (2016-02-02 11:58:40 UTC) #13
kjellander_webrtc
On 2016/02/02 11:58:40, flim-webrtc wrote: > Thanks for the reviews. > > https://codereview.webrtc.org/1629413002/diff/40001/webrtc/modules/audio_coding/neteq/audio_classifier_unittest.cc > File ...
4 years, 10 months ago (2016-02-02 17:46:36 UTC) #14
kjellander_webrtc
4 years, 10 months ago (2016-02-02 22:46:48 UTC) #15
On 2016/02/02 17:46:36, kjellander (webrtc) wrote:
> On 2016/02/02 11:58:40, flim-webrtc wrote:
> > Thanks for the reviews.
> > 
> >
>
https://codereview.webrtc.org/1629413002/diff/40001/webrtc/modules/audio_codi...
> > File webrtc/modules/audio_coding/neteq/audio_classifier_unittest.cc (right):
> > 
> >
>
https://codereview.webrtc.org/1629413002/diff/40001/webrtc/modules/audio_codi...
> > webrtc/modules/audio_coding/neteq/audio_classifier_unittest.cc:64: #if
> > defined(WEBRTC_ARCH_ARM) || defined(WEBRTC_ARCH_ARM64)
> > On 2016/01/28 09:42:05, minyue-webrtc wrote:
> > > why is only mono affected?
> > 
> > Not sure why it's just mono. However, the differences in the output were
just
> a
> > couple of packets at the transition edges that have changed, so I don't
think
> it
> > will significantly affect existing behaviour/performance.
> 
> I'm submitting this CL as a part of the roll that brings in Opus v.1.1.2 into
> WebRTC in https://codereview.webrtc.org/1657343002/
> 
> I'm going to close this CL once that's commited.

This is now committed in https://codereview.webrtc.org/1657343002/ after passing
all trybots. Nice job with preparing this CL!

Powered by Google App Engine
This is Rietveld 408576698