From 78136edcdc3f53bc63b58e76ec4b160a2da1a0e3 Mon Sep 17 00:00:00 2001 From: Jingning Han Date: Wed, 7 Aug 2013 14:45:37 -0700 Subject: SSE2 high precision 32x32 forward DCT Enable SSE2 implementation of high precision 32x32 forward DCT. The intermediate stacks are of 32-bits. The run-time goes down from 32126 cycles to 13442 cycles. Change-Id: Ib5ccafe3176c65bd6f2dbdef790bd47bbc880e56 --- vp9/encoder/vp9_rdopt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vp9/encoder/vp9_rdopt.c') diff --git a/vp9/encoder/vp9_rdopt.c b/vp9/encoder/vp9_rdopt.c index fc41648d1..a02404f3e 100644 --- a/vp9/encoder/vp9_rdopt.c +++ b/vp9/encoder/vp9_rdopt.c @@ -8,7 +8,6 @@ * be found in the AUTHORS file in the root of the source tree. */ - #include #include #include -- cgit v1.2.3