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/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: Separate implementation of downsampling for high quality results 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 #include "SkBitmapProcState.h"
11
reed1 2013/07/09 14:25:47 need some sort of #ifndef guard for multiple inclu
humper 2013/07/09 14:47:26 Done.
12 void highQualityFilter_ScaleOnly_SSE2(const SkBitmapProcState &s, int x, int y,
13 SkPMColor *SK_RESTRICT colors, int count);
14 void highQualityFilter_SSE2(const SkBitmapProcState &s, int x, int y,
15 SkPMColor *SK_RESTRICT colors, int count);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698