arm: move unrolled loops back to generic code
authorJohn Koleszar <jkoleszar@google.com>
Tue, 26 Oct 2010 13:51:35 +0000 (09:51 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 26 Oct 2010 13:51:35 +0000 (09:51 -0400)
commit19638c23098537803a8efec7ca675b905c7d2777
tree754cc22d1ab3d42ceae01c93929238694f4af5a1
parentd330a5876b54d4e20fce1533d534affddffd71ea
arm: move unrolled loops back to generic code

Some of the ARM functions differed from their generic counterparts
only by unrolling their loops. Since this change may be useful
on other platforms, or might even supercede the looped version
in the generic case, move it back to the generic file.

This code is left under #if ARCH_ARM for now, but it may be worth
considering a different (possibly new) conditional for these. If
it turns out that this should be runtime selectable, these
functions will have to move to the RTCD infrastructure. Don't want
to take that step at this time without more profile data.

Change-Id: I4612fdbc606fbebba4971a690fb743ad184ff15f
vp8/common/arm/recon_arm.c
vp8/common/arm/reconintra4x4_arm.c [deleted file]
vp8/common/recon.c
vp8/common/reconintra4x4.c
vp8/vp8_common.mk