]> granicus.if.org Git - libvpx/commit
quantize test: use Buffer
authorJohann <johannkoenig@google.com>
Thu, 13 Jul 2017 16:14:37 +0000 (09:14 -0700)
committerJohann <johannkoenig@google.com>
Thu, 13 Jul 2017 22:54:48 +0000 (15:54 -0700)
commite3fa4ae8e329f07a3d9133e09c93c22de3612921
tree3aed6297592c84d46723c2eb9d59ebe3eb426e19
parentb578d59623ddb0f3f76efe5e160aff253b40d19b
quantize test: use Buffer

Although the low bitdepth functions are identical (excepting the need
for larger intermediate values) they do not pass these tests. This
improves the error output to aid debugging.

Simplify buffer usage with Buffer and removing unnecessarily aligned
variables.

eob is a single element and never written using aligned instructions.

BUG=webm:1426

Change-Id: Ic95789a135cf1e8a3846d85270f2b818f6ec7e35
test/vp9_quantize_test.cc