vpx_dsp/inv_txfm: fix int sanitizer warnings
authorHien Ho <hienho@google.com>
Fri, 4 Oct 2019 20:01:32 +0000 (13:01 -0700)
committerHien Ho <hienho@google.com>
Fri, 4 Oct 2019 20:07:58 +0000 (20:07 +0000)
commitfdbd18a4199fff1c57e4d28a3b149050ac65381d
tree2e038c09ce9682a0b91c36c36ff2d399c706171f
parent4e2cfb63de974939b72d990005b36d8c2fac8352
vpx_dsp/inv_txfm: fix int sanitizer warnings

with vp9-highbitdepth off.
Unit Test:  SSE2/Trans16x16DCT , VP9/LevelTest.TestTargetLevel20Large, VP9/CpuSpeedTest

implicit conversion from type 'int32_t' (aka 'int') of value -32851
(32-bit, signed) to type 'tran_low_t' (aka 'short') changed the value to
32685 (16-bit, signed)

BUG=webm:1615
BUG=webm:1647

Change-Id: I9ef064dc9ac734379628565ff6505b0876984123
vpx_dsp/inv_txfm.c