summaryrefslogtreecommitdiff
path: root/vpx_dsp
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2015-07-16 18:13:06 -0700
committerJingning Han <jingning@google.com>2015-07-16 18:15:02 -0700
commit6e5ab70a93eaa95c368fe68b9bd38d601a4cf55d (patch)
treea68b822dfd22d91cb684a1444972490b77ed009b /vpx_dsp
parentb76fd48a999376be9e17194b4a16c05af3fd1240 (diff)
downloadlibvpx-6e5ab70a93eaa95c368fe68b9bd38d601a4cf55d.tar
libvpx-6e5ab70a93eaa95c368fe68b9bd38d601a4cf55d.tar.gz
libvpx-6e5ab70a93eaa95c368fe68b9bd38d601a4cf55d.tar.bz2
libvpx-6e5ab70a93eaa95c368fe68b9bd38d601a4cf55d.zip
Take out unnecessary header file from highbd_loopfilter_sse2
The dependency on vp9_loopfilter.h is not needed. Change-Id: Ic0583c43d3d63f19cef06cf9d8e5c8031601be6a
Diffstat (limited to 'vpx_dsp')
-rw-r--r--vpx_dsp/x86/highbd_loopfilter_sse2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vpx_dsp/x86/highbd_loopfilter_sse2.c b/vpx_dsp/x86/highbd_loopfilter_sse2.c
index 8cddf9b69..358008f18 100644
--- a/vpx_dsp/x86/highbd_loopfilter_sse2.c
+++ b/vpx_dsp/x86/highbd_loopfilter_sse2.c
@@ -12,7 +12,6 @@
#include "./vpx_dsp_rtcd.h"
#include "vpx_ports/mem.h"
-#include "vp9/common/vp9_loopfilter.h"
#include "vpx_ports/emmintrin_compat.h"
static INLINE __m128i signed_char_clamp_bd_sse2(__m128i value, int bd) {