summaryrefslogtreecommitdiff
path: root/vpx_scale/generic/yv12config.c
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-05-11 19:09:22 -0700
committerJohann <johannkoenig@google.com>2015-05-13 11:41:15 -0700
commit1d7ccd5325ec34244074419f6802640c8afafd31 (patch)
tree225192c4725a2596cbf7904d8edf0e420ce8aa25 /vpx_scale/generic/yv12config.c
parent465ce0e42067ad85019fe1f2f98bf5b081c89880 (diff)
downloadlibvpx-1d7ccd5325ec34244074419f6802640c8afafd31.tar
libvpx-1d7ccd5325ec34244074419f6802640c8afafd31.tar.gz
libvpx-1d7ccd5325ec34244074419f6802640c8afafd31.tar.bz2
libvpx-1d7ccd5325ec34244074419f6802640c8afafd31.zip
Relocate memory operations for common code
With the sad functions, and hopefully the variance functions soon, moving to the vpx_dsp location, place the defines used in the reference C code in a common location. Change-Id: I4c8ce7778eb38a0a3ee674d2f1c488eda01cfeca
Diffstat (limited to 'vpx_scale/generic/yv12config.c')
-rw-r--r--vpx_scale/generic/yv12config.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/vpx_scale/generic/yv12config.c b/vpx_scale/generic/yv12config.c
index 169c2ab2d..7582792d9 100644
--- a/vpx_scale/generic/yv12config.c
+++ b/vpx_scale/generic/yv12config.c
@@ -12,9 +12,7 @@
#include "vpx_scale/yv12config.h"
#include "vpx_mem/vpx_mem.h"
-#if CONFIG_VP9 && CONFIG_VP9_HIGHBITDEPTH
-#include "vp9/common/vp9_common.h"
-#endif
+#include "vpx_ports/mem.h"
/****************************************************************************
* Exports