vpx_dsp/x86/avg_intrin_sse2: fix int sanitizer warnings
authorHien Ho <hienho@google.com>
Tue, 1 Oct 2019 22:38:25 +0000 (15:38 -0700)
committerHien Ho <hienho@google.com>
Wed, 23 Oct 2019 22:55:56 +0000 (15:55 -0700)
commit10b475ec67670795d4e836031bc3090e1d8d0bcc
tree663b0b796ab4fadb923976671765b4d001f75dea
parent08da66d5df27c5eabcc84f420ae6fb3969bf1f73
vpx_dsp/x86/avg_intrin_sse2: fix int sanitizer warnings

Unit Test: VP9/AqSegmentTest. VP9/CpuSpeedTest, AVX2/Loop8Test6Param

implicit conversion from type 'int' of value 59741 (32-bit, signed) to
type 'int16_t' (aka 'short') changed the value to -5795 (16-bit, signed)

BUG=webm:1615

Change-Id: I2e5b688a97c3caa29d4b8a817b95a4986b81a562
vpx_dsp/x86/avg_intrin_sse2.c