summaryrefslogtreecommitdiff
path: root/vp8/encoder/rdopt.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/encoder/rdopt.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/encoder/rdopt.c')
-rw-r--r--vp8/encoder/rdopt.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/vp8/encoder/rdopt.c b/vp8/encoder/rdopt.c
index 786138f3f..76c764844 100644
--- a/vp8/encoder/rdopt.c
+++ b/vp8/encoder/rdopt.c
@@ -34,13 +34,6 @@
#include "vpx_mem/vpx_mem.h"
#include "vp8/common/systemdependent.h"
-#if CONFIG_RUNTIME_CPU_DETECT
-#define IF_RTCD(x) (x)
-#else
-#define IF_RTCD(x) NULL
-#endif
-
-
extern void vp8_update_zbin_extra(VP8_COMP *cpi, MACROBLOCK *x);
#define MAXF(a,b) (((a) > (b)) ? (a) : (b))