]> granicus.if.org Git - libvpx/commit
partial_idct_test,InitInput: fix rollover in mult
authorJames Zern <jzern@google.com>
Wed, 24 May 2017 13:25:44 +0000 (15:25 +0200)
committerJames Zern <jzern@google.com>
Wed, 24 May 2017 13:27:38 +0000 (15:27 +0200)
commit566f6d75bdbf6ad85e191017facbb642ccc4059b
tree2656dd482f3b0e0eaf69afdd517a3e77bdf2b79a
parent36f1b183e4efb9efe1390ae210f51b3b209c7e70
partial_idct_test,InitInput: fix rollover in mult

promote coeff to signed 64-bit to avoid exceeding integer bounds when
squaring the value

Change-Id: If77bef6bc0a6a4c39ca3013e5e2ddb426a1c6e1f
test/partial_idct_test.cc