Commit 24f71bd2 authored by Felicia Lim's avatar Felicia Lim Committed by Commit Bot

[opus] Fix failing media_unittests on fuchsia-arm64-rel due to the recent upgrade

Tested media/test/data/opus-trimming-test.ogg/webm/opus-trimming-test.ogg playback in a chrome session
(see https://bugs.chromium.org/p/chromium/issues/detail?id=1051111#c6)

Bug: 1051111
Change-Id: Ib9a4b3a91d09720939286f9101c5ac61048b1dc2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057642Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742784}
parent c7e948b7
...@@ -109,11 +109,11 @@ static const char kSfxLosslessHash[] = "3.03,2.86,2.99,3.31,3.57,4.06,"; ...@@ -109,11 +109,11 @@ static const char kSfxLosslessHash[] = "3.03,2.86,2.99,3.31,3.57,4.06,";
// implementation. x86 uses floating-point Opus, so x86 hashes won't match // implementation. x86 uses floating-point Opus, so x86 hashes won't match
#if defined(ARCH_CPU_ARM64) #if defined(ARCH_CPU_ARM64)
static const char kOpusEndTrimmingHash_1[] = static const char kOpusEndTrimmingHash_1[] =
"-4.57,-5.66,-6.52,-6.29,-4.37,-3.60,"; "-4.58,-5.68,-6.53,-6.28,-4.35,-3.59,";
static const char kOpusEndTrimmingHash_2[] = static const char kOpusEndTrimmingHash_2[] =
"-11.90,-11.10,-8.26,-7.12,-7.85,-9.99,"; "-11.92,-11.11,-8.25,-7.10,-7.84,-10.00,";
static const char kOpusEndTrimmingHash_3[] = static const char kOpusEndTrimmingHash_3[] =
"-13.30,-14.37,-13.70,-11.69,-10.20,-10.48,"; "-13.33,-14.38,-13.68,-11.66,-10.18,-10.49,";
static const char kOpusSmallCodecDelayHash_1[] = static const char kOpusSmallCodecDelayHash_1[] =
"-0.48,-0.09,1.27,1.06,1.54,-0.22,"; "-0.48,-0.09,1.27,1.06,1.54,-0.22,";
static const char kOpusSmallCodecDelayHash_2[] = static const char kOpusSmallCodecDelayHash_2[] =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment