Update bit exactness tests to match changes

Follow up for https://webrtc-review.googlesource.com/c/src/+/227773 , updating M1 checksums that were not updated in the previous CL.

Example M1 failed run: https://ci.chromium.org/ui/p/webrtc/builders/ci/MacARM64%20M1%20Release/401/overview

Bug: webrtc:13053
Change-Id: I111d1d3c4bf5828ee499f20799b527ca916d77e7
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/228247
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Commit-Queue: Andrey Logvin <landrey@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34697}
diff --git a/modules/audio_coding/acm2/audio_coding_module_unittest.cc b/modules/audio_coding/acm2/audio_coding_module_unittest.cc
index edf78ca..c3f257d 100644
--- a/modules/audio_coding/acm2/audio_coding_module_unittest.cc
+++ b/modules/audio_coding/acm2/audio_coding_module_unittest.cc
@@ -1325,7 +1325,7 @@
           /*android_arm32=*/"5c2eb46199994506236f68b2c8e51b0d",
           /*android_arm64=*/"343f1f42be0607c61e6516aece424609",
           /*android_arm64_clang=*/"2c9cb15d4ed55b5a0cadd04883bc73b0",
-          /*mac_arm64=*/"2c9cb15d4ed55b5a0cadd04883bc73b0"),
+          /*mac_arm64=*/"6f7f227f4e2ace7027257eecb7b17e08"),
       AcmReceiverBitExactnessOldApi::PlatformChecksum(
 #if defined(WEBRTC_WIN) && defined(_MSC_VER) && !defined(__clang__) && \
     defined(WEBRTC_ARCH_X86)
@@ -1337,7 +1337,7 @@
           /*android_arm32=*/"83de248aea9c3c2bd680b6952401b4ca",
           /*android_arm64=*/"3c79f16f34218271f3dca4e2b1dfe1bb",
           /*android_arm64_clang=*/"3c79f16f34218271f3dca4e2b1dfe1bb",
-          /*mac_arm64=*/"3c79f16f34218271f3dca4e2b1dfe1bb"),
+          /*mac_arm64=*/"3fbb620556a08bcb88d9134e846bbb8e"),
       33, test::AcmReceiveTestOldApi::kMonoOutput);
 }
 
@@ -1354,7 +1354,7 @@
           /*android_arm32=*/"9a81e467eb1485f84aca796f8ea65011",
           /*android_arm64=*/"ef75e900e6f375e3061163c53fd09a63",
           /*android_arm64_clang=*/"1ad29139a04782a33daad8c2b9b35875",
-          /*mac_arm64=*/"1ad29139a04782a33daad8c2b9b35875"),
+          /*mac_arm64=*/"8b4377f3048d946d69b771c1e5fa8839"),
       AcmReceiverBitExactnessOldApi::PlatformChecksum(
 #if defined(WEBRTC_WIN) && defined(_MSC_VER) && !defined(__clang__) && \
     defined(WEBRTC_ARCH_X86)
@@ -1366,7 +1366,7 @@
           /*android_arm32=*/"97aeef98553b5a4b5a68f8b716e8eaf0",
           /*android_arm64=*/"9e0a0ab743ad987b55b8e14802769c56",
           /*android_arm64_clang=*/"9e0a0ab743ad987b55b8e14802769c56",
-          /*mac_arm64=*/"9e0a0ab743ad987b55b8e14802769c56"),
+          /*mac_arm64=*/"080f341c0d498e7a60522084bf8264ae"),
       16, test::AcmReceiveTestOldApi::kMonoOutput);
 }
 #endif
@@ -1393,7 +1393,7 @@
 #endif
           /*win64=*/"2b3c387d06f00b7b7aad4c9be56fb83d", "android_arm32_audio",
           "android_arm64_audio", "android_arm64_clang_audio",
-          /*mac_arm64=*/"5683b58da0fbf2063c7adc2e6bfb3fb8"),
+          /*mac_arm64=*/"c1858ba5d734df6fe52e715eb1b25f31"),
       AcmReceiverBitExactnessOldApi::PlatformChecksum(
 #if defined(WEBRTC_WIN) && defined(_MSC_VER) && !defined(__clang__) && \
     defined(WEBRTC_ARCH_X86)
@@ -1403,7 +1403,7 @@
 #endif
           /*win64=*/"bcc2041e7744c7ebd9f701866856849c", "android_arm32_payload",
           "android_arm64_payload", "android_arm64_clang_payload",
-          /*mac_arm64=*/"ce86106a93419aefb063097108ec94ab"),
+          /*mac_arm64=*/"127e24a1005ac80394b1f88d0cbc72a8"),
       33, test::AcmReceiveTestOldApi::kMonoOutput);
 }
 #endif
diff --git a/modules/audio_coding/codecs/isac/isac_webrtc_api_test.cc b/modules/audio_coding/codecs/isac/isac_webrtc_api_test.cc
index a3badcf..be8d0c6 100644
--- a/modules/audio_coding/codecs/isac/isac_webrtc_api_test.cc
+++ b/modules/audio_coding/codecs/isac/isac_webrtc_api_test.cc
@@ -183,8 +183,8 @@
     }
   }
   // kHighBps / kLowBps == 1.25, so require the high-bitrate run to produce at
-  // least 1.2 times the number of bytes.
-  EXPECT_LT(1.2 * num_bytes[kLowBps], num_bytes[kHighBps]);
+  // least 1.195 times the number of bytes.
+  EXPECT_LT(1.195 * num_bytes[kLowBps], num_bytes[kHighBps]);
 }
 
 // Checks that, given a target bitrate, the encoder does not overshoot too much.
diff --git a/modules/audio_coding/neteq/audio_decoder_unittest.cc b/modules/audio_coding/neteq/audio_decoder_unittest.cc
index e1750ab..f01a1a6 100644
--- a/modules/audio_coding/neteq/audio_decoder_unittest.cc
+++ b/modules/audio_coding/neteq/audio_decoder_unittest.cc
@@ -592,7 +592,7 @@
 #elif defined(WEBRTC_ARCH_ARM64)
   static const int kEncodedBytes = 673;
 #elif defined(WEBRTC_MAC) && defined(WEBRTC_ARCH_ARM64)  // M1 Mac
-  static const int kEncodedBytes = 673;
+  static const int kEncodedBytes = 684;
 #elif defined(WEBRTC_WIN) && defined(_MSC_VER) && !defined(__clang__)
   static const int kEncodedBytes = 671;
 #elif defined(WEBRTC_IOS) && defined(WEBRTC_ARCH_X86_64)