commit | 5c613ea8810c6ba1cd4316d543403f01cf861a8d | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Tue Mar 01 09:17:17 2016 -0800 |
committer | Yaowu Xu <yaowu@google.com> | Tue Mar 01 09:44:04 2016 -0800 |
tree | da6f8a99c51f5559a5ece0d16cbcc04af0c67a13 | |
parent | 342a368fd489d4bb2fd2ef9189a933ff7b643d64 [diff] |
Fix an overflow issue for HBD The sum of squared value of a block can overflow 32bit, this commit changes to use int64_t to avoid the overflow issue. Change-Id: I78fcd6999634f186f86d649cfce85d97a993d040