idct16x16,NEON: rm output_stride from pass1 fns
authorJames Zern <jzern@google.com>
Wed, 30 Nov 2016 03:47:50 +0000 (19:47 -0800)
committerJames Zern <jzern@google.com>
Tue, 6 Dec 2016 23:13:33 +0000 (15:13 -0800)
commitaf9d7aa9fb81e722a719efd8c2fea7a7a80382e9
tree8ac08caf731d6ec53f81f590be8475cfe56768cb
parentc6641782c3ea2e12417c04ac2b1b09f6a82caf88
idct16x16,NEON: rm output_stride from pass1 fns

vpx_idct16x16_256_add_neon_pass1, vpx_idct16x16_10_add_neon:
this was a constant 8 in all cases meaning the results are stored
contiguously, this allows the number of stores to be reduced.

Change-Id: I7858a0a15a284883ef45c13dfd97c308df9ea09e
vpx_dsp/arm/idct16x16_add_neon.asm
vpx_dsp/arm/idct16x16_add_neon.c
vpx_dsp/arm/idct16x16_neon.c