summaryrefslogtreecommitdiff
path: root/vp8/common/x86/recon_wrapper_sse2.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2012-01-12 16:55:44 -0800
committerJohn Koleszar <jkoleszar@google.com>2012-01-30 12:08:28 -0800
commitfdb61a4531a626f100d422d7e7638b3f6eb09aef (patch)
treef0c2c3fee6cbaa925d25bbe59d4d9abc18973e7f /vp8/common/x86/recon_wrapper_sse2.c
parentab77b4e8982740fe519ac116721c9c549ea60d31 (diff)
downloadlibvpx-fdb61a4531a626f100d422d7e7638b3f6eb09aef.tar
libvpx-fdb61a4531a626f100d422d7e7638b3f6eb09aef.tar.gz
libvpx-fdb61a4531a626f100d422d7e7638b3f6eb09aef.tar.bz2
libvpx-fdb61a4531a626f100d422d7e7638b3f6eb09aef.zip
RTCD: add recon functions
This commit continues the process of converting to the new RTCD system. Change-Id: I9bfcf9bef65c3d4ba0fb9a3e1532bad1463a10d6
Diffstat (limited to 'vp8/common/x86/recon_wrapper_sse2.c')
-rw-r--r--vp8/common/x86/recon_wrapper_sse2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp8/common/x86/recon_wrapper_sse2.c b/vp8/common/x86/recon_wrapper_sse2.c
index 44221cd0b..cb9ab80b9 100644
--- a/vp8/common/x86/recon_wrapper_sse2.c
+++ b/vp8/common/x86/recon_wrapper_sse2.c
@@ -9,9 +9,9 @@
*/
#include "vpx_config.h"
-#include "vp8/common/recon.h"
-#include "recon_x86.h"
+#include "vpx_rtcd.h"
#include "vpx_mem/vpx_mem.h"
+#include "vp8/common/blockd.h"
#define build_intra_predictors_mbuv_prototype(sym) \
void sym(unsigned char *dst, int dst_stride, \