summaryrefslogtreecommitdiff
path: root/vp8/encoder/picklpf.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/picklpf.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/picklpf.c')
-rw-r--r--vp8/encoder/picklpf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/vp8/encoder/picklpf.c b/vp8/encoder/picklpf.c
index 09e45bea6..441514d91 100644
--- a/vp8/encoder/picklpf.c
+++ b/vp8/encoder/picklpf.c
@@ -23,12 +23,6 @@
extern int vp8_calc_ss_err(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest);
-#if CONFIG_RUNTIME_CPU_DETECT
-#define IF_RTCD(x) (x)
-#else
-#define IF_RTCD(x) NULL
-#endif
-
extern void (*vp8_yv12_copy_partial_frame_ptr)(YV12_BUFFER_CONFIG *src_ybc,
YV12_BUFFER_CONFIG *dst_ybc);