summaryrefslogtreecommitdiff
path: root/vp8/encoder/arm
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:29 -0800
commitf103dcefaf2437b0eeba66e52426e4e9714cf949 (patch)
tree9f7480bd331ec516d4f177c3ecb6f0ed34dc1289 /vp8/encoder/arm
parent2a8f57f50de05af71284b42a2fe73a7168ae7a93 (diff)
downloadlibvpx-f103dcefaf2437b0eeba66e52426e4e9714cf949.tar
libvpx-f103dcefaf2437b0eeba66e52426e4e9714cf949.tar.gz
libvpx-f103dcefaf2437b0eeba66e52426e4e9714cf949.tar.bz2
libvpx-f103dcefaf2437b0eeba66e52426e4e9714cf949.zip
RTCD: add subpixel functions
This commit continues the process of converting to the new RTCD system. Change-Id: I6c519ab61e4f4e0ebcc796f2df061f945c48cefe
Diffstat (limited to 'vp8/encoder/arm')
-rw-r--r--vp8/encoder/arm/arm_csystemdependent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/arm/arm_csystemdependent.c b/vp8/encoder/arm/arm_csystemdependent.c
index c016bf008..c6f46f424 100644
--- a/vp8/encoder/arm/arm_csystemdependent.c
+++ b/vp8/encoder/arm/arm_csystemdependent.c
@@ -21,7 +21,7 @@ extern void vp8_yv12_copy_partial_frame_neon(YV12_BUFFER_CONFIG *src_ybc, YV12_B
void vp8_arch_arm_encoder_init(VP8_COMP *cpi)
{
#if CONFIG_RUNTIME_CPU_DETECT
- int flags = cpi->common.rtcd.flags;
+ int flags = cpi->common.cpu_caps;
#if HAVE_EDSP
if (flags & HAS_EDSP)