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

Side by Side Diff: src/opts/SkBitmapFilter_opts_SSE2.h

Issue 17381008: More general version of image filtering; reworked to be robust and easier to SSE (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: make temp. scale function private; disable GM and bench for that function Created 7 years, 5 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
OLDNEW
(Empty)
1
2 /*
3 * Copyright 2013 Google Inc.
4 *
5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file.
7 */
8
9
10 #ifndef SkBitmapFilter_opts_sse2_DEFINED
11 #define SkBitmapFilter_opts_sse2_DEFINED
12
13 #include "SkBitmapProcState.h"
14
15 void highQualityFilter_ScaleOnly_SSE2(const SkBitmapProcState &s, int x, int y,
16 SkPMColor *SK_RESTRICT colors, int count);
17 void highQualityFilter_SSE2(const SkBitmapProcState &s, int x, int y,
18 SkPMColor *SK_RESTRICT colors, int count);
19
20 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698