RTCD: add remaining IDCT functions
authorJohn Koleszar <jkoleszar@google.com>
Fri, 13 Jan 2012 00:55:44 +0000 (16:55 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 30 Jan 2012 20:08:22 +0000 (12:08 -0800)
commitab77b4e8982740fe519ac116721c9c549ea60d31
tree9d5388a401cd5cf7d948596466c17efa3f66e8b0
parent55f74c59c735b589f253ba1427a1fec1f6837039
RTCD: add remaining IDCT functions

This commit continues the process of converting to the new RTCD
system.

Change-Id: I03c4dbf30dfd3558b0e256ff9d3ff4c012aadc80
20 files changed:
vp8/common/arm/arm_systemdependent.c
vp8/common/arm/armv6/idct_blk_v6.c
vp8/common/arm/idct_arm.h [deleted file]
vp8/common/arm/neon/idct_blk_neon.c
vp8/common/dequantize.c
vp8/common/generic/systemdependent.c
vp8/common/idct.h [deleted file]
vp8/common/idct_blk.c
vp8/common/invtrans.h
vp8/common/onyxc_int.h
vp8/common/rtcd_defs.sh
vp8/common/x86/idct_blk_mmx.c
vp8/common/x86/idct_blk_sse2.c
vp8/common/x86/idct_x86.h [deleted file]
vp8/common/x86/x86_systemdependent.c
vp8/decoder/decodframe.c
vp8/decoder/threading.c
vp8/encoder/encodeintra.c
vp8/encoder/rdopt.c
vp8/vp8_common.mk