]> granicus.if.org Git - libvpx/commit
vpx_dsp/x86/fwd_txfm_sse2: fix int sanitizer warnings
authorHien Ho <hienho@google.com>
Wed, 21 Aug 2019 20:34:14 +0000 (13:34 -0700)
committerHien Ho <hienho@google.com>
Wed, 21 Aug 2019 20:34:14 +0000 (13:34 -0700)
commit569503fbc9b1c0e9979d6a640757184a765f0a82
treee7119813d80c4576f6cc1405b6ea5fe72a758684
parent9b8acbfee4608db95c761e95887aadf69015d045
vpx_dsp/x86/fwd_txfm_sse2: fix int sanitizer warnings

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

BUG=webm:1615

Change-Id: I7cdba7f7e550f62fd3ac31574e49b1909b6ab054
vpx_dsp/x86/fwd_txfm_sse2.h