aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/opts/SkBitmapFilter_opts_SSE2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/opts/SkBitmapFilter_opts_SSE2.cpp')
-rw-r--r--src/opts/SkBitmapFilter_opts_SSE2.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/opts/SkBitmapFilter_opts_SSE2.cpp b/src/opts/SkBitmapFilter_opts_SSE2.cpp
index 95492c596d..259e2efc0e 100644
--- a/src/opts/SkBitmapFilter_opts_SSE2.cpp
+++ b/src/opts/SkBitmapFilter_opts_SSE2.cpp
@@ -45,11 +45,8 @@ static inline void print128f(__m128 value) {
// because the border is handled specially, this is guaranteed to have all 16 pixels
// available to it without running off the bitmap's edge.
-int debug_x = 20;
-int debug_y = 255;
-
void highQualityFilter_SSE2(const SkBitmapProcState& s, int x, int y,
- SkPMColor* SK_RESTRICT colors, int count) {
+ SkPMColor* SK_RESTRICT colors, int count) {
const int maxX = s.fBitmap->width() - 1;
const int maxY = s.fBitmap->height() - 1;