]> granicus.if.org Git - libvpx/commit
partial fdct neon: maintain neon registers
authorJohann <johannkoenig@google.com>
Sat, 1 Jul 2017 16:28:07 +0000 (09:28 -0700)
committerJohann <johannkoenig@google.com>
Sat, 1 Jul 2017 16:29:38 +0000 (09:29 -0700)
commit3ae458f2f3c296e32973a416ed784e44fb380050
tree6f85808ad0da88ce385dd4e19d73cff6b7cea70e
parent27e37e1a8ac0413ba1deec41ef578d5edc343a82
partial fdct neon: maintain neon registers

Finish the calulations in neon registers. This avoids a potentially
expensive move from neon to gp and allows at least clang to store
directly to memory.

BUG=webm:1424

Change-Id: Idef25eec95f7610947167818e9194bde8b00d282
vpx_dsp/arm/fdct_partial_neon.c