vp9_filter_block_plane_non420: fix implicit conversion warnings
authorJames Zern <jzern@google.com>
Wed, 27 Jul 2022 22:48:24 +0000 (15:48 -0700)
committerJames Zern <jzern@google.com>
Wed, 27 Jul 2022 23:59:21 +0000 (16:59 -0700)
commite533d989ea93ee6cd980cc07e077475733694687
tree752b745944d944acfcc672ebbd292f160f8a8eae
parentaecf7ba51af515545d9f26ea9c66f347d6c40814
vp9_filter_block_plane_non420: fix implicit conversion warnings

w/clang -fsanitize=integer fixes warnings of the form:
implicit conversion from type 'int' of value -2 (32-bit, signed) to type
'unsigned int' changed the value to 4294967294 (32-bit, unsigned)

Bug: b/229626362
Change-Id: Id7e13b3d494ccd1a2351db8fab6fdb6a9a771d51
vp9/common/vp9_loopfilter.c