]> granicus.if.org Git - libvpx/commit
bilinearpredict_neon: fix type conversion warnings
authorJames Zern <jzern@google.com>
Fri, 11 Jul 2014 07:05:57 +0000 (00:05 -0700)
committerJames Zern <jzern@google.com>
Fri, 5 Sep 2014 03:50:42 +0000 (20:50 -0700)
commit35fadf1d2533c1cf2ce521330b4fe13724d14cf0
tree86aeabae6eea19d0c7d2d1d50ac53a4121a05d19
parentc7b925c3fe3405cbd18d761bbe26245796225418
bilinearpredict_neon: fix type conversion warnings

make bifilter4_coeff[][] uint8_t, no values exceed this range and
they're loaded with vdup_n_u8().

Change-Id: I921983e9edd828d29820e40ac30a7801dbe0fb4f
vp8/common/arm/neon/bilinearpredict_neon.c