]> granicus.if.org Git - libvpx/commit
Fix a bunch of TODO from vp9_short_idct32x32_add_neon.
authorChristian Duvivier <cduvivier@google.com>
Thu, 26 Sep 2013 01:07:10 +0000 (18:07 -0700)
committerChristian Duvivier <cduvivier@google.com>
Thu, 26 Sep 2013 04:15:19 +0000 (21:15 -0700)
commit5b1dc1515fb939f9d6f5bcbe9a6a71f421133969
treeffdcfcfe672885284bc16b55b8a4f35dbc607292
parent6b5490cf68555fa70a8960a9e0f46b888f1ab6d3
Fix a bunch of TODO from vp9_short_idct32x32_add_neon.

- full ASM version, no more C gateway file.
- integrate combine-add with last step of 2nd pass.
- remove a few push/pop pairs.
- some instruction reordering to hide latency.

Change-Id: Ic9d9933c908b65d1bf7ba8fd47b524cda808c9c6
vp9/common/arm/neon/vp9_idct32x32_neon.c [deleted file]
vp9/common/arm/neon/vp9_short_idct32x32_add_neon.asm
vp9/vp9_common.mk