| Index: media/video/capture/screen/differ_block.cc
|
| diff --git a/remoting/capturer/differ_block.cc b/media/video/capture/screen/differ_block.cc
|
| similarity index 89%
|
| rename from remoting/capturer/differ_block.cc
|
| rename to media/video/capture/screen/differ_block.cc
|
| index 1386ba7e510e55b936c9c4329c27d93b3648d766..4a1b44d8e8df013c05bdfa2564674eaf91e90801 100644
|
| --- a/remoting/capturer/differ_block.cc
|
| +++ b/media/video/capture/screen/differ_block.cc
|
| @@ -2,13 +2,13 @@
|
| // 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.h"
|
| +#include "media/video/capture/screen/differ_block.h"
|
|
|
| #include "base/cpu.h"
|
| #include "build/build_config.h"
|
| -#include "remoting/capturer/differ_block_sse2.h"
|
| +#include "media/video/capture/screen/differ_block_sse2.h"
|
|
|
| -namespace remoting {
|
| +namespace media {
|
|
|
| int BlockDifference_C(const uint8* image1, const uint8* image2, int stride) {
|
| int width_bytes = kBlockSize * kBytesPerPixel;
|
| @@ -46,4 +46,4 @@ int BlockDifference(const uint8* image1, const uint8* image2, int stride) {
|
| return diff_proc(image1, image2, stride);
|
| }
|
|
|
| -} // namespace remoting
|
| +} // namespace media
|
|
|