highbd_quantize_intrin_sse2: quiet int sanitizer warnings
authorJames Zern <jzern@google.com>
Wed, 17 Aug 2022 00:28:08 +0000 (17:28 -0700)
committerJames Zern <jzern@google.com>
Wed, 17 Aug 2022 01:25:14 +0000 (18:25 -0700)
commitb77b6b68d3e7bf54db7ac2996a6b103cafa7c32c
tree3ad9b1b42d0b694239df2def768be3126e854b00
parentd939886809d1bf8428d7bfb515fa8ff544c44fe7
highbd_quantize_intrin_sse2: quiet int sanitizer warnings

add a missing cast in ^ operations; quiets warnings of the form:
implicit conversion from type 'int' of value -1 (32-bit, signed) to type
'unsigned int' changed the value to 4294967295 (32-bit, unsigned)

Bug: b/229626362
Change-Id: I56f74981050b2c9d00bad20e68f1b73ce7454729
vpx_dsp/x86/highbd_quantize_intrin_sse2.c