vp8,get_sub_mv_ref_prob: change arguments to uint32_t
authorJames Zern <jzern@google.com>
Sat, 16 Apr 2022 05:29:31 +0000 (22:29 -0700)
committerJames Zern <jzern@google.com>
Sat, 16 Apr 2022 05:33:11 +0000 (22:33 -0700)
commit9750257826bea4c73557f0612b24e9b85baf7031
treef5b9dd19fdd2b5d358c6aa187241ffd332fa4db8
parentc8b9bf2b289a5755c0cc1187ebf07e7af75ef37d
vp8,get_sub_mv_ref_prob: change arguments to uint32_t

this matches the call with int_mv::as_int and fixes a warning with
clang-13 -fsanitize=integer:
vp8/decoder/decodemv.c:240:32: runtime error: implicit conversion from
type 'uint32_t' (aka 'unsigned int') of value 4282515456 (32-bit,
unsigned) to type 'int' changed the value to -12451840 (32-bit, signed)

Bug: webm:1759
Change-Id: I7c0aa72baa45421929afac26566e149adc6669d7
vp8/decoder/decodemv.c