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

Unified Diff: media/test/pipeline_integration_test.cc

Issue 2579423002: Update the Opus test hash for OPUS_FIXED_POINT. (Closed)
Patch Set: Add note that hashes are ARM specific. Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/pipeline_integration_test.cc
diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
index d254dfda6a6c82402e356673bc2aeaccb3cde595..f9161f1ed81e6945593166ff321bbbf70a31a6db 100644
--- a/media/test/pipeline_integration_test.cc
+++ b/media/test/pipeline_integration_test.cc
@@ -128,6 +128,7 @@ const int kVP8AWebMFileDurationMs = 2734;
#if !defined(MOJO_RENDERER)
#if defined(OPUS_FIXED_POINT)
+// NOTE: Hashes are specific to ARM devices. x86 will not match.
static const char kOpusEndTrimmingHash_1[] =
"-4.57,-5.66,-6.52,-6.30,-4.37,-3.61,";
static const char kOpusEndTrimmingHash_2[] =
@@ -137,7 +138,7 @@ static const char kOpusEndTrimmingHash_3[] =
static const char kOpusSmallCodecDelayHash_1[] =
"-0.48,-0.09,1.27,1.06,1.54,-0.22,";
static const char kOpusSmallCodecDelayHash_2[] =
- "0.29,0.15,-0.19,0.25,0.68,0.83,";
+ "0.29,0.14,-0.20,0.24,0.68,0.83,";
#else
// Hash for a full playthrough of "opus-trimming-test.(webm|ogg)".
static const char kOpusEndTrimmingHash_1[] =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698