]> granicus.if.org Git - libvpx/commit
vpx_idct32x32_1024_add_neon: quiet uninitialized warning
authorJames Zern <jzern@google.com>
Mon, 19 Dec 2016 18:51:59 +0000 (10:51 -0800)
committerJames Zern <jzern@google.com>
Mon, 19 Dec 2016 20:49:44 +0000 (12:49 -0800)
commita68b36c752efbff1ed2ed7e0d037f30489999916
tree8c4a28d32d42535165bbb19d546e9a7da40a7ae7
parent7e23f895ca868a5b3ad5ec8eda3433a19a58d750
vpx_idct32x32_1024_add_neon: quiet uninitialized warning

relocate the assignment to 'in' outside of the for loop. this quiets a
spurious warning in visual studio builds since:
86e340c enable vpx_idct32x32_1024_add_neon in hbd builds

+ give the variable a more descriptive name

BUG=webm:1294

Change-Id: I5c3da5c7939621477e0fc0ad3a1b2a3045c5bffd
vpx_dsp/arm/idct32x32_add_neon.c