]> granicus.if.org Git - libvpx/commit
Corrected optimization of 8x8 DCT code highbitdepth
authorPeter de Rivaz <peter.derivaz@gmail.com>
Thu, 11 Dec 2014 15:54:23 +0000 (15:54 +0000)
committerPeter de Rivaz <peter.derivaz@gmail.com>
Thu, 11 Dec 2014 15:54:23 +0000 (15:54 +0000)
commitfd05fb0c21e253b4d6f92d7e0b752850ff8ab188
treeb79a991c80c39e94d11caff60e6d5345138352d3
parent39da55a49f6d35d63cdbbca86e425ac8de79109c
Corrected optimization of 8x8 DCT code

The 8x8 DCT uses a fast version whenever possible.
There was a mistake in the checking code which
meant sometimes the fast version was used when it
was not safe to do so.

Change-Id: I154c84c9e2d836764768a11082947ca30f4b5ab7
vp9/common/x86/vp9_idct_intrin_sse2.c