quantize test: extend arrays
authorJohann <johannkoenig@google.com>
Tue, 18 Jul 2017 16:55:45 +0000 (09:55 -0700)
committerJohann <johannkoenig@google.com>
Tue, 18 Jul 2017 16:55:47 +0000 (09:55 -0700)
commitc7ebe8225334d0b057505df0f76ee3db74da054b
treee1aac36cdebad4b92dd65a14a842d03fb2a696c3
parentcb61ba02f45b4729f43367d3a5e5625f3331c227
quantize test: extend arrays

Officially the quant structures are 8 elements, with one dc element and
7 repeated ac elements. The low bit depth optimizations take advantage
of this to fill the xmm registers. The high bit depth version manually
duplicates the values.

If all the optimizations were unified, the structure sizes could be
greatly reduced.

Change-Id: Ibd7a0337a7832ce2a1a05ee433c310077e1059ae
test/vp9_quantize_test.cc