Improved vp9_quantize_fp_neon()
commit7035527c9a1acac4bcd8e10acd84f8ffb9285b35
authorScott LaVarnway <slavarnway@google.com>
Fri, 8 Aug 2014 20:57:25 +0000 (8 13:57 -0700)
committerScott LaVarnway <slavarnway@google.com>
Fri, 8 Aug 2014 20:57:25 +0000 (8 13:57 -0700)
tree28eaeeedf92b0dd862b4b8ecfb160a0f31d24451
parent92cdb96e5f0dcb95eed43bd5b45052ba3a018052
Improved vp9_quantize_fp_neon()

Eliminated instructions by using better neon instructions
and rearranging the loop.

On a Nexus 7, vpxenc (in realtime mode, speed -12)
reported a performance improvement of ~1.0%.

Change-Id: I6b1700e79318f647ea67ef25e954c308932950ec
vp9/encoder/arm/neon/vp9_quantize_neon.c