Faster vp9_short_fdct4x4 and vp9_short_fdct8x4.
authorChristian Duvivier <cduvivier@google.com>
Mon, 25 Mar 2013 23:18:38 +0000 (16:18 -0700)
committerChristian Duvivier <cduvivier@google.com>
Tue, 16 Apr 2013 23:38:30 +0000 (16:38 -0700)
commit5b6d33f9afee6da7a370cdd94aae4ac85c8588c9
treec58c9be09faa5e021dc8c2dcaada96ba5fb024e0
parent7f7d1357a2732e0a1c36f3baded7dd14f449e535
Faster vp9_short_fdct4x4 and vp9_short_fdct8x4.

Scalar path is about 1.3x faster (2.1% overall encoder speedup).
SSE2 path is about 5.0x faster (8.4% overall encoder speedup).

Change-Id: I360d167b5ad6f387bba00406129323e2fe6e7dda
vp9/common/vp9_rtcd_defs.sh
vp9/encoder/vp9_dct.c
vp9/encoder/x86/vp9_dct_sse2.asm [deleted file]
vp9/encoder/x86/vp9_dct_sse2_intrinsics.c
vp9/vp9cx.mk