rename vp8/common/skin_detection.[hc] -> vp8_*
authorJames Zern <jzern@google.com>
Tue, 13 Jun 2017 00:54:21 +0000 (17:54 -0700)
committerJames Zern <jzern@google.com>
Tue, 13 Jun 2017 03:13:23 +0000 (20:13 -0700)
some build systems have trouble with duplicate basenames.
vpx_dsp/skin_detection.[hc] were added in:
658e85425 Merge skin detection code in vp8/9.

BUG=webm:1438

Change-Id: Ieaa70b40bda409ec23e6d179b47a930ac6243b05

vp8/common/vp8_skin_detection.c [moved from vp8/common/skin_detection.c with 98% similarity]
vp8/common/vp8_skin_detection.h [moved from vp8/common/skin_detection.h with 100% similarity]
vp8/encoder/onyx_if.c
vp8/encoder/pickinter.c
vp8/vp8cx.mk

similarity index 98%
rename from vp8/common/skin_detection.c
rename to vp8/common/vp8_skin_detection.c
index fbf8765..a0a56bc 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#include "vp8/common/skin_detection.h"
 #include "vp8/common/alloccommon.h"
+#include "vp8/common/vp8_skin_detection.h"
 #include "vpx_dsp/vpx_dsp_common.h"
 #include "vpx_mem/vpx_mem.h"
 #include "vpx_util/vpx_write_yuv_frame.h"
index d5a5349..b8240af 100644 (file)
@@ -16,7 +16,7 @@
 #include "vp8/common/blockd.h"
 #include "onyx_int.h"
 #include "vp8/common/systemdependent.h"
-#include "vp8/common/skin_detection.h"
+#include "vp8/common/vp8_skin_detection.h"
 #include "vp8/encoder/quantize.h"
 #include "vp8/common/alloccommon.h"
 #include "mcomp.h"
index 341068b..5b7f1f0 100644 (file)
@@ -25,7 +25,7 @@
 #include "vp8/common/reconintra4x4.h"
 #include "vpx_dsp/variance.h"
 #include "mcomp.h"
-#include "vp8/common/skin_detection.h"
+#include "vp8/common/vp8_skin_detection.h"
 #include "rdopt.h"
 #include "vpx_dsp/vpx_dsp_common.h"
 #include "vpx_mem/vpx_mem.h"
index b342100..d6ed7b5 100644 (file)
@@ -61,8 +61,8 @@ VP8_CX_SRCS-yes += encoder/ratectrl.c
 VP8_CX_SRCS-yes += encoder/rdopt.c
 VP8_CX_SRCS-yes += encoder/segmentation.c
 VP8_CX_SRCS-yes += encoder/segmentation.h
-VP8_CX_SRCS-yes += common/skin_detection.c
-VP8_CX_SRCS-yes += common/skin_detection.h
+VP8_CX_SRCS-yes += common/vp8_skin_detection.c
+VP8_CX_SRCS-yes += common/vp8_skin_detection.h
 VP8_CX_SRCS-yes += encoder/tokenize.c
 VP8_CX_SRCS-yes += encoder/dct_value_cost.h
 VP8_CX_SRCS-yes += encoder/dct_value_tokens.h