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

Unified Diff: webrtc/modules/audio_coding/neteq/neteq_unittest.cc

Issue 2763273003: Changed OLA window for neteq. Old code didnt work well with 48khz (Closed)
Patch Set: updated hash values for Android and win64 Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/neteq/neteq_unittest.cc
diff --git a/webrtc/modules/audio_coding/neteq/neteq_unittest.cc b/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
index c52f2d6aa5cc996b166866ec32d14d94847cb55e..1d31fa9ed2981c6b20efe75a854135983b3b8078 100644
--- a/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
+++ b/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
@@ -442,10 +442,10 @@ TEST_F(NetEqDecodingTest, MAYBE_TestBitExactness) {
webrtc::test::ResourcePath("audio_coding/neteq_universal_new", "rtp");
const std::string output_checksum = PlatformChecksum(
- "5a8184bc60c0d7dddb50af8966360675476a8d8b",
- "be982d2c5685dd1ca4ea5d352283df50e8e5b46d",
- "5a8184bc60c0d7dddb50af8966360675476a8d8b",
- "c86aec95439748f4949de95b50c94be291118615");
+ "09fa7646e2ad032a0b156177b95f09012430f81f",
+ "1c64eb8b55ce8878676c6a1e6ddd78f48de0668b",
+ "09fa7646e2ad032a0b156177b95f09012430f81f",
+ "759fef89a5de52bd17e733dc255c671ce86be909");
const std::string network_stats_checksum = PlatformChecksum(
"f59b3dfdb9b1b8bbb61abedd7c8cf3fc47c21f5f",
@@ -479,10 +479,10 @@ TEST_F(NetEqDecodingTest, MAYBE_TestOpusBitExactness) {
webrtc::test::ResourcePath("audio_coding/neteq_opus", "rtp");
const std::string output_checksum = PlatformChecksum(
- "9d7d52bc94e941d106aa518f324f16a58d231586",
- "9d7d52bc94e941d106aa518f324f16a58d231586",
- "9d7d52bc94e941d106aa518f324f16a58d231586",
- "9d7d52bc94e941d106aa518f324f16a58d231586");
+ "6237dd113ad80d7764fe4c90b55b2ec035eae64e",
+ "6237dd113ad80d7764fe4c90b55b2ec035eae64e",
+ "6237dd113ad80d7764fe4c90b55b2ec035eae64e",
+ "6237dd113ad80d7764fe4c90b55b2ec035eae64e");
const std::string network_stats_checksum = PlatformChecksum(
"d8379381d5a619f0616bb3c0a8a9eea1704a8ab8",
« no previous file with comments | « webrtc/modules/audio_coding/acm2/audio_coding_module_unittest.cc ('k') | webrtc/modules/audio_coding/neteq/normal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698