summaryrefslogtreecommitdiff
path: root/vp8/decoder/decodframe.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:10:48 -0800
commit109b69a70696701f5d886a21719cf62d75782fa1 (patch)
tree488dfc3dfdc0398cd79226b4bb6aa74a3a302734 /vp8/decoder/decodframe.c
parent0b0bc8d098a6c009b27357a68275ec25af18e7a4 (diff)
downloadlibvpx-109b69a70696701f5d886a21719cf62d75782fa1.tar
libvpx-109b69a70696701f5d886a21719cf62d75782fa1.tar.gz
libvpx-109b69a70696701f5d886a21719cf62d75782fa1.tar.bz2
libvpx-109b69a70696701f5d886a21719cf62d75782fa1.zip
RTCD: add arnr functions
This commit continues the process of converting to the new RTCD system. It removes the last of the VP8_ENCODER_RTCD struct references. Change-Id: I2a44f52d7cccf5177e1ca98a028ead570d045395
Diffstat (limited to 'vp8/decoder/decodframe.c')
-rw-r--r--vp8/decoder/decodframe.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/vp8/decoder/decodframe.c b/vp8/decoder/decodframe.c
index ed0e3250d..7ba573123 100644
--- a/vp8/decoder/decodframe.c
+++ b/vp8/decoder/decodframe.c
@@ -93,11 +93,6 @@ void mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd)
}
}
-#if CONFIG_RUNTIME_CPU_DETECT
-#define RTCD_VTABLE(x) (&(pbi)->common.rtcd.x)
-#else
-#define RTCD_VTABLE(x) NULL
-#endif
static void decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd,
unsigned int mb_idx)