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: include/libyuv/row.h

Issue 1353923003: j422toabgr neon port using i422toabgr matrix function. (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 | « no previous file | source/row_any.cc » ('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 c64b6be1bbf6af7437c5c9a55a7c8c4438450379..5ac0c42b251f4f71a3cff0eead6544dbdd423de0 100644
--- a/include/libyuv/row.h
+++ b/include/libyuv/row.h
@@ -299,15 +299,18 @@ extern "C" {
#define HAS_COPYROW_NEON
#define HAS_J400TOARGBROW_NEON
#define HAS_I411TOARGBROW_NEON
+#define HAS_I422TOARGBROW_NEON
#define HAS_I422TOABGRROW_NEON
#define HAS_I422TOARGB1555ROW_NEON
#define HAS_I422TOARGB4444ROW_NEON
-#define HAS_I422TOARGBROW_NEON
// TODO(fbarchard): Implement aarch64 neon version
#ifndef __aarch64__
#define HAS_I422TOARGBMATRIXROW_NEON
+#define HAS_I422TOABGRMATRIXROW_NEON
#define HAS_J422TOARGBROW_NEON
+#define HAS_J422TOABGRROW_NEON
#define HAS_H422TOARGBROW_NEON
+#define HAS_H422TOABGRROW_NEON
#endif
// #define HAS_I422TOABGRMATRIXROW_NEON
#define HAS_I422TOBGRAROW_NEON
« no previous file with comments | « no previous file | source/row_any.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698