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

Unified Diff: unit_test/color_test.cc

Issue 1412683005: color unittest allow j420 error of 5 for arm (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « include/libyuv/version.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unit_test/color_test.cc
diff --git a/unit_test/color_test.cc b/unit_test/color_test.cc
index 45fef219a2cd87c6186068a07623c1bc02ddec98..d356a869223a9538f9c01a2f72fdbfffac13e1fa 100644
--- a/unit_test/color_test.cc
+++ b/unit_test/color_test.cc
@@ -27,7 +27,7 @@ namespace libyuv {
#define ERROR_G 1
#define ERROR_B 3
#define ERROR_FULL 6
-#define ERROR_J420 4
+#define ERROR_J420 5
#else
#define ERROR_R 1
#define ERROR_G 1
« no previous file with comments | « include/libyuv/version.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698