Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1018)

Unified Diff: src/core/SkBitmapProcState.h

Issue 6353063: SSE optimization for S32_D16_filter_DX (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: update the comments for the bench test case and debugging check Created 12 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bench/BitmapBench.cpp ('k') | src/opts/SkBitmapProcState_opts_SSE2.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkBitmapProcState.h
===================================================================
--- src/core/SkBitmapProcState.h (revision 4643)
+++ src/core/SkBitmapProcState.h (working copy)
@@ -186,5 +186,7 @@
uint32_t xy[], int count, int x, int y);
void ClampX_ClampY_nofilter_affine(const SkBitmapProcState& s,
uint32_t xy[], int count, int x, int y);
+void S32_D16_filter_DX(const SkBitmapProcState& s,
+ const uint32_t* xy, int count, uint16_t* colors);
#endif
« no previous file with comments | « bench/BitmapBench.cpp ('k') | src/opts/SkBitmapProcState_opts_SSE2.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b