commit | 59b969daae8a4809640231a70937eb27ef1936a2 | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Mon Oct 24 09:21:09 2016 -0700 |
committer | Yaowu Xu <yaowu@google.com> | Mon Oct 24 09:21:55 2016 -0700 |
tree | 9c0f51919616480a5b8c06a6a0134b2418bdcc05 | |
parent | 8db9faefe83eeea3ea3a2ad4e17778bdd417c4fb [diff] |
fdct4x4_test: fix unsigned overflow The difference between src and dst will be signed, the error will be unsigned. The change quiets -fsanitize=integer: unsigned integer overflow: 4294967295 * 4294967295 Change-Id: I131cefcc9583ee8a5b98eb5182fd30e9c7237ea0