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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/opts/SkBlitRow_opts_arm_neon.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #ifndef SkColor_opts_neon_DEFINED
2 #define SkColor_opts_neon_DEFINED
3
4 #include "SkTypes.h"
5
6 #define NEON_A (SK_A32_SHIFT / 8)
7 #define NEON_R (SK_R32_SHIFT / 8)
8 #define NEON_G (SK_G32_SHIFT / 8)
9 #define NEON_B (SK_B32_SHIFT / 8)
10
11 #endif /* #ifndef SkColor_opts_neon_DEFINED */
12
OLDNEW
« 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