commit | e5e998a6eb0a51dcaa1be6984525d2263968cf52 | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Wed Jun 15 18:03:57 2016 -0700 |
committer | Yaowu Xu <yaowu@google.com> | Thu Jun 16 21:45:48 2016 +0000 |
tree | 19335953d663d97f149a63faca2f7aac14ab7886 | |
parent | 0c1da40ea86b08a702782bec667f8b358fc7100f [diff] |
vpx_dsp/variance.c: change to use correct type This commit change to use int64_t to represent the sum of pixel differences, which can be negative. This fixes a number of ubsan warnings. BUG=webm:1219 Change-Id: I885f245ae895ab92ca5f3b9848d37024b07aac98