Corrected optimization of 8x8 DCT code
authorPeter de Rivaz <peter.derivaz@gmail.com>
Thu, 11 Dec 2014 15:54:23 +0000 (15:54 +0000)
committerDeb Mukherjee <debargha@google.com>
Thu, 11 Dec 2014 17:42:57 +0000 (09:42 -0800)
commit5c22224e9e43befc414cce2cf163616c9d56b0d3
tree75a61a889e29a488fcdb2352999bc6451ff4210c
parent26a0721268cfbb921f8b2320ccecab2c3d8982f2
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
(cherry picked from commit fd05fb0c21e253b4d6f92d7e0b752850ff8ab188)
vp9/common/x86/vp9_idct_intrin_sse2.c