summaryrefslogtreecommitdiff
path: root/vp8/encoder
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-08-31 14:36:35 -0700
committerJohann <johannkoenig@google.com>2015-08-31 14:36:35 -0700
commitc5f11912ae328a912ef087fdcd074ff07e96d8f9 (patch)
tree8f86d8b55b136951532cedc0c8807a1651e91057 /vp8/encoder
parent9a9b1cf7727c20cb42bfb4012dee0c55c6fd572d (diff)
downloadlibvpx-c5f11912ae328a912ef087fdcd074ff07e96d8f9.tar
libvpx-c5f11912ae328a912ef087fdcd074ff07e96d8f9.tar.gz
libvpx-c5f11912ae328a912ef087fdcd074ff07e96d8f9.tar.bz2
libvpx-c5f11912ae328a912ef087fdcd074ff07e96d8f9.zip
Include vpx_dsp_common.h when using VPXMIN/MAX
Change-Id: I2e387a06484a06301f3cd6600c4ba2f4335b61ee
Diffstat (limited to 'vp8/encoder')
-rw-r--r--vp8/encoder/mcomp.c1
-rw-r--r--vp8/encoder/mr_dissim.c1
-rw-r--r--vp8/encoder/pickinter.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/vp8/encoder/mcomp.c b/vp8/encoder/mcomp.c
index 676dd544d..768c764ce 100644
--- a/vp8/encoder/mcomp.c
+++ b/vp8/encoder/mcomp.c
@@ -20,6 +20,7 @@
#include <math.h>
#include "vp8/common/findnearmv.h"
#include "vp8/common/common.h"
+#include "vpx_dsp/vpx_dsp_common.h"
#ifdef VP8_ENTROPY_STATS
static int mv_ref_ct [31] [4] [2];
diff --git a/vp8/encoder/mr_dissim.c b/vp8/encoder/mr_dissim.c
index 7d05d9324..886cba2fd 100644
--- a/vp8/encoder/mr_dissim.c
+++ b/vp8/encoder/mr_dissim.c
@@ -13,6 +13,7 @@
#include "vpx_config.h"
#include "onyx_int.h"
#include "mr_dissim.h"
+#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "rdopt.h"
#include "vp8/common/common.h"
diff --git a/vp8/encoder/pickinter.c b/vp8/encoder/pickinter.c
index c26d29000..fef98f3c3 100644
--- a/vp8/encoder/pickinter.c
+++ b/vp8/encoder/pickinter.c
@@ -25,6 +25,7 @@
#include "vpx_dsp/variance.h"
#include "mcomp.h"
#include "rdopt.h"
+#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#if CONFIG_TEMPORAL_DENOISING
#include "denoising.h"