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

Unified Diff: src/opts/SkColor_opts_neon.h

Issue 22351006: ARM Skia NEON patches - 21 - new NEON S32_D565_Opaque (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Address review comments + remove dependency Created 7 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 | « src/opts/SkBlitRow_opts_arm_neon.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/SkColor_opts_neon.h
diff --git a/src/opts/SkColor_opts_neon.h b/src/opts/SkColor_opts_neon.h
new file mode 100644
index 0000000000000000000000000000000000000000..adc2641f5b2905196a4fa78a2f35d4babf1cf33e
--- /dev/null
+++ b/src/opts/SkColor_opts_neon.h
@@ -0,0 +1,12 @@
+#ifndef SkColor_opts_neon_DEFINED
+#define SkColor_opts_neon_DEFINED
+
+#include "SkTypes.h"
+
+#define NEON_A (SK_A32_SHIFT / 8)
+#define NEON_R (SK_R32_SHIFT / 8)
+#define NEON_G (SK_G32_SHIFT / 8)
+#define NEON_B (SK_B32_SHIFT / 8)
+
+#endif /* #ifndef SkColor_opts_neon_DEFINED */
+
« no previous file with comments | « src/opts/SkBlitRow_opts_arm_neon.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698