]> granicus.if.org Git - libvpx/commitdiff
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 fbf87651eef1f3c54a557aa50d2759e76eee233b..a0a56bc6ccba0425e4f5cfac3b178a97f8e32b16 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 d5a53494660c6b1c64a71a031104b00baa782edf..b8240af895b02e935679c43309001e081b6b7e9c 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 341068bb99a2df11a86baa36faf0e754c247a7f5..5b7f1f0c7d4240a1cfa4c80115a8740ae601e3f7 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 b3421002bcbb096267f767b1e729c83156722948..d6ed7b5674da967f9216ef3a3e867d50642f82a5 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