]> granicus.if.org Git - libvpx/commit
Fixed HBD variance unit test on incorrect bit mask operation
authorYi Luo <luoyi@google.com>
Wed, 30 Mar 2016 22:40:37 +0000 (15:40 -0700)
committerYi Luo <luoyi@google.com>
Thu, 31 Mar 2016 16:17:59 +0000 (09:17 -0700)
commit48aa76ac35d61f75801caf09377d37c5bff8cbdb
tree9d9b7a6d5b1a240e2b7e6bfb6cedef66371452d5
parentaae7e0f6a45951e1b6f6d4da9cc2c05eacaf5f5a
Fixed HBD variance unit test on incorrect bit mask operation

- Change logical AND (&&) to arithmetic AND (&).
- Disable failed unit tests for next-step fixing.
https://bugs.chromium.org/p/webm/issues/detail?id=1166

Change-Id: I75cf8d114fa995731ae1cf4c782b134781274a1f
test/variance_test.cc