summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_reconinter.h
diff options
context:
space:
mode:
authorZoe Liu <zoeliu@google.com>2015-07-22 10:40:42 -0700
committerZoe Liu <zoeliu@google.com>2015-07-31 10:27:33 -0700
commit7186a2dd863028faa54d2e5fc7995693488af63c (patch)
tree62139af4f8934023aaa441b757107af434408812 /vp9/common/vp9_reconinter.h
parent0e3f494b217bde5e1d47107cdfbb044e4d801cec (diff)
downloadlibvpx-7186a2dd863028faa54d2e5fc7995693488af63c.tar
libvpx-7186a2dd863028faa54d2e5fc7995693488af63c.tar.gz
libvpx-7186a2dd863028faa54d2e5fc7995693488af63c.tar.bz2
libvpx-7186a2dd863028faa54d2e5fc7995693488af63c.zip
Code refactor on InterpKernel
It in essence refactors the code for both the interpolation filtering and the convolution. This change includes the moving of all the files as well as the changing of the code from vp9_ prefix to vpx_ prefix accordingly, for underneath architectures: (1) x86; (2) arm/neon; and (3) mips/msa. The work on mips/drsp2 will be done in a separate change list. Change-Id: Ic3ce7fb7f81210db7628b373c73553db68793c46
Diffstat (limited to 'vp9/common/vp9_reconinter.h')
-rw-r--r--vp9/common/vp9_reconinter.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vp9/common/vp9_reconinter.h b/vp9/common/vp9_reconinter.h
index 7f63f5a30..9bc62900a 100644
--- a/vp9/common/vp9_reconinter.h
+++ b/vp9/common/vp9_reconinter.h
@@ -11,8 +11,10 @@
#ifndef VP9_COMMON_VP9_RECONINTER_H_
#define VP9_COMMON_VP9_RECONINTER_H_
-#include "vpx/vpx_integer.h"
+#include "vp9/common/vp9_filter.h"
#include "vp9/common/vp9_onyxc_int.h"
+#include "vpx/vpx_integer.h"
+#include "vpx_dsp/vpx_filter.h"
#ifdef __cplusplus
extern "C" {