commit | 4bdc7d1c886ca359f6631b75bf08a59794f07823 | [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 09:27:03 2016 -0700 |
tree | 83e48446d866a55d8373251b1b022e651d84e6e7 | |
parent | 89b1c9d4bec12e96307942a3dfb9a1397276141d [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