shithub: libvpx

Download patch

ref: 2b43a1ee1884f5de40dc5fab158d000da5b8654d
parent: 0aa3677d9df2d732fcf49b545e2a3c5aa4a29267
author: Linfeng Zhang <linfengz@google.com>
date: Thu Jun 15 12:06:53 EDT 2017

Clean 32x32 full idct sse2 and ssse3 code

vpx_idct32x32_1024_add_ssse3() is actually a sse2 function and faster
than vpx_idct32x32_1024_add_sse2(). Replace the slow one. All are
code relocations, no new code.

Change-Id: I5dac0e98cc411a4ce05660406921118986638d19