]> granicus.if.org Git - libvpx/commit
make vp8_recon16x16mb{,y} RTCD functions
authorJohn Koleszar <jkoleszar@google.com>
Tue, 26 Oct 2010 15:37:23 +0000 (11:37 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 26 Oct 2010 17:23:36 +0000 (13:23 -0400)
commitd6c67f02c9aae706701d3b94c20830b056c57ded
tree62400b33f9bdeafeab808ae9e876d58806838bf5
parent96cf6588dea579d151679aec7c17ea9aeb1437ac
make vp8_recon16x16mb{,y} RTCD functions

ARM NEON has a platform specific version of vp8_recon16x16mb, though
it's just a stub to extract the various parameters from the
MACROBLOCKD struct and pass them to vp8_recon16x16mb_neon(). Using
that function's prototype directly will be a better long term solution,
but it's quite an invasive change.

Change-Id: I04273149e2ade34749e2d09e7edb0c396e1dd620
vp8/common/arm/arm_systemdependent.c
vp8/common/arm/neon/recon_neon.c [moved from vp8/common/arm/recon_arm.c with 91% similarity]
vp8/common/arm/recon_arm.h
vp8/common/generic/systemdependent.c
vp8/common/recon.c
vp8/common/recon.h
vp8/encoder/encodeintra.c
vp8/encoder/encodemb.c
vp8/vp8_common.mk