]> granicus.if.org Git - libvpx/commit
vp8_subpixelvariance_neon: right size coeff table
authorJames Zern <jzern@google.com>
Sat, 6 Jun 2015 16:20:12 +0000 (09:20 -0700)
committerJames Zern <jzern@google.com>
Wed, 24 Jun 2015 06:48:12 +0000 (23:48 -0700)
commit4bd87a9b9eda6b223087bcdb4c96d2555ff60780
tree64a090e000838dee1f91327353300fff6ca15236
parent9f0383c66f0d7d3ccec0ddc676615bbd90a20419
vp8_subpixelvariance_neon: right size coeff table

only uint8 is required; each use only loads one value as a uint8
quiets a few type conversion warnings

Change-Id: I03dc0dc0eb01ac23a6e8673daa2b77c6c57bf1b0
vp8/common/arm/neon/vp8_subpixelvariance_neon.c