variance_neon: sync variance*() w/c,sse2
authorJames Zern <jzern@google.com>
Thu, 22 Sep 2016 01:04:45 +0000 (18:04 -0700)
committerJames Zern <jzern@google.com>
Thu, 22 Sep 2016 01:04:45 +0000 (18:04 -0700)
commite372bfd5ac4d3d41f2bcfb9ea2776213751df374
tree1712ce887db22f4cbc7d1f20403e103c2448f41c
parentfcf281b6a148ea80d2fe84cc0b0b59b22e9a08f8
variance_neon: sync variance*() w/c,sse2

removes some unnecessary casts and adds a few explicit uint32 ones for
larger sizes to quiet -Wshorten-64-to-32 warnings

Change-Id: I63c5fce8e62c426d5cf5c10a66a113c119a43518
vpx_dsp/arm/variance_neon.c