vpx: [x86] vpx_hadamard_16x16_avx2() highbitdepth fix
authorScott LaVarnway <slavarnway@google.com>
Fri, 20 Oct 2017 21:46:41 +0000 (14:46 -0700)
committerScott LaVarnway <slavarnway@google.com>
Mon, 23 Oct 2017 15:49:32 +0000 (08:49 -0700)
commit512bf4e029e6ecd4eca9277ef3e563969885019b
treee42c997ddab6e8013f4dc4af8938a4e71950bd0c
parent4906cea0276c17a089f3b7616a43511cbc5ff069
vpx: [x86] vpx_hadamard_16x16_avx2() highbitdepth fix

Use an intermediate buffer before storing to coeffs when
highbitdepth is enabled.

Change-Id: I101981a1995f1108ad107c55c37d6e09eadb404b
vpx_dsp/x86/avg_intrin_avx2.c