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

Unified Diff: remoting/host/differ_block.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 | « remoting/host/differ.cc ('k') | remoting/host/differ_block.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/differ_block.h
diff --git a/remoting/host/differ_block.h b/remoting/host/differ_block.h
index 8ca538fb93791907a86acc4c1a7360c1f1b0b9a4..9c038144b4d243e332b802db7ca951ef886448e2 100644
--- a/remoting/host/differ_block.h
+++ b/remoting/host/differ_block.h
@@ -17,7 +17,6 @@ static const int kBytesPerPixel = 4;
// Low level functions to compare 2 blocks of pixels.
// zero means the blocks are identical.
// one means the blocks are different.
-
int BlockDifference(const uint8* image1, const uint8* image2, int stride);
} // namespace remoting
« no previous file with comments | « remoting/host/differ.cc ('k') | remoting/host/differ_block.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698