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

Unified Diff: remoting/host/differ.h

Issue 6501005: Resubmit - Use SSE2 block differ for chromoting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/yuv_convert.cc ('k') | remoting/host/differ.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/differ.h
diff --git a/remoting/host/differ.h b/remoting/host/differ.h
index d22733363e9342d62cd7bb4a67b34aa9334fb15a..8386e7af4e323c24f48be83c9fa9b5c55d4bfb83 100644
--- a/remoting/host/differ.h
+++ b/remoting/host/differ.h
@@ -36,12 +36,6 @@ class Differ {
void MarkDirtyBlocks(const void* prev_buffer, const void* curr_buffer);
// Diff a small block of image and return non-zero if there is a diff.
- // Currently, this just returns 0 or 1, but this may change in the future
- // to return the number of pixels changed.
- DiffInfo DiffBlock(const uint8* prev_buffer, const uint8* curr_buffer,
- int stride);
-
- // Diff a small block of image and return non-zero if there is a diff.
// This checks only the part of the block specified by the width and
// height parameters.
// This is much slower than DiffBlock() since it cannot assume that the
« no previous file with comments | « media/base/yuv_convert.cc ('k') | remoting/host/differ.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698