diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-11 11:58:29 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-11 11:58:29 +0000 |
commit | f92d0bbbd1e7eb2bd77e1ebb7edc33a516bc29f6 (patch) | |
tree | a55b89c0f6de8a76d75b3cea20bd99d2bb4da3ff /remoting/host/differ_block.h | |
parent | 5e5376de8ce113df5653351f21a3efb7ba2db007 (diff) | |
download | chromium_src-f92d0bbbd1e7eb2bd77e1ebb7edc33a516bc29f6.zip chromium_src-f92d0bbbd1e7eb2bd77e1ebb7edc33a516bc29f6.tar.gz chromium_src-f92d0bbbd1e7eb2bd77e1ebb7edc33a516bc29f6.tar.bz2 |
Revert 74583 - Revert 74571 - Use SSE2 block differ for chromoting
(Quick test to see if it is the cause of crashes in media_unittests)
(Test showed this CL is not to blame)
We have the SSE2 lying around in the tree just never being used. This will
allow us to use it.
BUG=None
TEST=Chromoting to a host machine and the diff will work correctly
Review URL: http://codereview.chromium.org/6469022
TBR=hclam@chromium.org
Review URL: http://codereview.chromium.org/6488023
TBR=finnur@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74588 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/differ_block.h')
-rw-r--r-- | remoting/host/differ_block.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/host/differ_block.h b/remoting/host/differ_block.h index 8ca538f..9c03814 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 |