summaryrefslogtreecommitdiff
path: root/vp8/common/arm/neon
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:22 -0800
commitab77b4e8982740fe519ac116721c9c549ea60d31 (patch)
tree9d5388a401cd5cf7d948596466c17efa3f66e8b0 /vp8/common/arm/neon
parent55f74c59c735b589f253ba1427a1fec1f6837039 (diff)
downloadlibvpx-ab77b4e8982740fe519ac116721c9c549ea60d31.tar
libvpx-ab77b4e8982740fe519ac116721c9c549ea60d31.tar.gz
libvpx-ab77b4e8982740fe519ac116721c9c549ea60d31.tar.bz2
libvpx-ab77b4e8982740fe519ac116721c9c549ea60d31.zip
RTCD: add remaining IDCT functions
This commit continues the process of converting to the new RTCD system. Change-Id: I03c4dbf30dfd3558b0e256ff9d3ff4c012aadc80
Diffstat (limited to 'vp8/common/arm/neon')
-rw-r--r--vp8/common/arm/neon/idct_blk_neon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/arm/neon/idct_blk_neon.c b/vp8/common/arm/neon/idct_blk_neon.c
index 7424b029c..ee7f223b5 100644
--- a/vp8/common/arm/neon/idct_blk_neon.c
+++ b/vp8/common/arm/neon/idct_blk_neon.c
@@ -9,7 +9,7 @@
*/
#include "vpx_config.h"
-#include "vp8/common/idct.h"
+#include "vpx_rtcd.h"
/* place these declarations here because we don't want to maintain them
* outside of this scope