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

Unified Diff: include/libyuv/row.h

Issue 1321773004: avx2 width parameter bug fix (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 5 years, 3 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 | « README.chromium ('k') | include/libyuv/version.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/libyuv/row.h
diff --git a/include/libyuv/row.h b/include/libyuv/row.h
index 045ec5e957ee6f577b6aa5e760a1d5333237d7ed..2b864a50b85fb37ba4d56a77c1a3797be815bfb3 100644
--- a/include/libyuv/row.h
+++ b/include/libyuv/row.h
@@ -202,9 +202,9 @@ extern "C" {
#define HAS_ARGBTORGB565DITHERROW_SSE2
#define HAS_ARGBTORGB565ROW_AVX2
#define HAS_I411TOARGBROW_AVX2
-//#define HAS_I422TOARGB1555ROW_AVX2
-//#define HAS_I422TOARGB4444ROW_AVX2
-//#define HAS_I422TORGB565ROW_AVX2
+#define HAS_I422TOARGB1555ROW_AVX2
+#define HAS_I422TOARGB4444ROW_AVX2
+#define HAS_I422TORGB565ROW_AVX2
#define HAS_I444TOARGBROW_AVX2
#define HAS_J400TOARGBROW_AVX2
#define HAS_NV12TOARGBROW_AVX2
@@ -229,28 +229,27 @@ extern "C" {
#define HAS_ARGBTOYROW_AVX2
#define HAS_COPYROW_AVX
#define HAS_I400TOARGBROW_AVX2
-// bug 489 - AVX2 version fails
-//#define HAS_I422TOABGRROW_AVX2
-//#define HAS_I422TOARGBROW_AVX2
-//#define HAS_I422TOARGBMATRIXROW_AVX2
-//#define HAS_I422TOABGRMATRIXROW_AVX2
+#define HAS_I422TOABGRROW_AVX2
+#define HAS_I422TOARGBROW_AVX2
+#define HAS_I422TOARGBMATRIXROW_AVX2
+#define HAS_I422TOABGRMATRIXROW_AVX2
#define HAS_I422TOBGRAROW_AVX2
-//#define HAS_I422TORAWROW_AVX2
-//#define HAS_I422TORGB24ROW_AVX2
+#define HAS_I422TORAWROW_AVX2
+#define HAS_I422TORGB24ROW_AVX2
#define HAS_I422TORGBAROW_AVX2
#define HAS_INTERPOLATEROW_AVX2
-//#define HAS_J422TOARGBROW_AVX2
-//#define HAS_J422TOABGRROW_AVX2
-//#define HAS_H422TOARGBROW_AVX2
-//#define HAS_H422TOABGRROW_AVX2
+#define HAS_J422TOARGBROW_AVX2
+#define HAS_J422TOABGRROW_AVX2
+#define HAS_H422TOARGBROW_AVX2
+#define HAS_H422TOABGRROW_AVX2
#define HAS_MERGEUVROW_AVX2
#define HAS_MIRRORROW_AVX2
#define HAS_SPLITUVROW_AVX2
-//#define HAS_UYVYTOARGBROW_AVX2
+#define HAS_UYVYTOARGBROW_AVX2
#define HAS_UYVYTOUV422ROW_AVX2
#define HAS_UYVYTOUVROW_AVX2
#define HAS_UYVYTOYROW_AVX2
-//#define HAS_YUY2TOARGBROW_AVX2
+#define HAS_YUY2TOARGBROW_AVX2
#define HAS_YUY2TOUV422ROW_AVX2
#define HAS_YUY2TOUVROW_AVX2
#define HAS_YUY2TOYROW_AVX2
« no previous file with comments | « README.chromium ('k') | include/libyuv/version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698