Move fdct32x32 SSE2 implementation in separate file.
authorChristian Duvivier <cduvivier@google.com>
Mon, 5 Aug 2013 22:22:13 +0000 (15:22 -0700)
committerJingning Han <jingning@google.com>
Tue, 6 Aug 2013 17:17:11 +0000 (10:17 -0700)
commit3d98205fcec9c95f4cefebd43e16cdbd4f5b4f19
tree340841c3fd6557d6a2e15bcdb26c06e88c2294ae
parenta93b115cd6e536587b5c5e78a4b79601206f26a0
Move fdct32x32 SSE2 implementation in separate file.

This is in preparation for the SSE2 version of the high-precision
32x32 forward DCT which will share a lot of code with the existing
low precision version used for rate-distortion search.

Change-Id: I7084b6bdfb480b1fabb8493fb14e3f7fcc7888c0
vp9/encoder/x86/vp9_dct32x32_sse2.c [new file with mode: 0644]
vp9/encoder/x86/vp9_dct_sse2.c
vp9/vp9cx.mk