| Index: media/video/capture/screen/differ_block_sse2.cc
|
| diff --git a/remoting/capturer/differ_block_sse2.cc b/media/video/capture/screen/differ_block_sse2.cc
|
| similarity index 95%
|
| rename from remoting/capturer/differ_block_sse2.cc
|
| rename to media/video/capture/screen/differ_block_sse2.cc
|
| index 9078a429b0e7d5e0a85aff5343382f2b8583bf5e..abe7ced1def03e43ff6fec226d71ce46f5a71c95 100644
|
| --- a/remoting/capturer/differ_block_sse2.cc
|
| +++ b/media/video/capture/screen/differ_block_sse2.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "remoting/capturer/differ_block_sse2.h"
|
| +#include "media/video/capture/screen/differ_block_sse2.h"
|
|
|
| #if defined(_MSC_VER)
|
| #include <intrin.h>
|
| @@ -11,9 +11,9 @@
|
| #include <emmintrin.h>
|
| #endif
|
|
|
| -#include "remoting/capturer/differ_block.h"
|
| +#include "media/video/capture/screen/differ_block.h"
|
|
|
| -namespace remoting {
|
| +namespace media {
|
|
|
| extern int BlockDifference_SSE2_W16(const uint8* image1, const uint8* image2,
|
| int stride) {
|
| @@ -109,4 +109,4 @@ extern int BlockDifference_SSE2_W32(const uint8* image1, const uint8* image2,
|
| return 0;
|
| }
|
|
|
| -} // namespace remoting
|
| +} // namespace media
|
|
|