commit | c3e07b22c433eaf8a2123004d54d1edc10517c1e | [log] [tgz] |
---|---|---|
author | Yi Luo <luoyi@google.com> | Mon Apr 04 09:44:56 2016 -0700 |
committer | Yi Luo <luoyi@google.com> | Tue Apr 05 12:58:06 2016 -0700 |
tree | 927460975e18c84fd86dd2248a59904b2260273a | |
parent | e6b089be43deb9197e39d0be50ec1872ef17ebba [diff] |
Fix high bit depth mask and variance reference function - Use arithmetic AND (&) instead of logical AND (&&) to generate correct testing input. - Fix variance reference function to be consistent with our codebase implementation. - Refer to the following issue: https://bugs.chromium.org/p/webm/issues/detail?id=1166 Change-Id: I8c1ebb03e22dc9e1dcd96bdf935fc126cee71307