commit | 6c4007be1c7b663db1717a0768b8299517b6708d | [log] [tgz] |
---|---|---|
author | Alex Converse <aconverse@google.com> | Thu Nov 19 15:43:24 2015 -0800 |
committer | Alex Converse <aconverse@google.com> | Wed Apr 27 15:22:17 2016 -0700 |
tree | 9799348f686293003cbdcd6c96566e799efc5ff0 | |
parent | ccb894ce737c4e82066b60038721184fcc392e5a [diff] |
Be explicit about overflow in vpx_variance16x16_sse2. The product always fits in uint32_t, but the operands don't. An optimizing compiler should generate the wraparound code. (Verified with clang). Change-Id: I25eb64df99152992bc898b8ccbb01d55c8d16e3c