Same length for all ARM64 platforms

Update more audio checksums for M1

Bug: webrtc:12882
Change-Id: I527a43a01afe2b2e4af137852174159bf3111652
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/224081
Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org>
Commit-Queue: Christoffer Jansson <jansson@google.com>
Cr-Commit-Position: refs/heads/master@{#34372}
This commit is contained in:
Christoffer Jansson
2021-06-28 11:04:45 +02:00
committed by WebRTC LUCI CQ
parent 74543b77c6
commit 7208457e80
2 changed files with 15 additions and 11 deletions

View File

@ -587,7 +587,7 @@ TEST_F(AudioDecoderIsacFixTest, EncodeDecode) {
int delay = 54; // Delay from input to output.
#if defined(WEBRTC_ANDROID) && defined(WEBRTC_ARCH_ARM)
static const int kEncodedBytes = 685;
#elif defined(WEBRTC_ANDROID) && defined(WEBRTC_ARCH_ARM64)
#elif defined(WEBRTC_ARCH_ARM64)
static const int kEncodedBytes = 673;
#else
static const int kEncodedBytes = 671;