diff simple_idct.c @ 352:5a8eb5cf9f92 libavcodec

C4=16383 for the c version too and even for some outcommented code
author michaelni
date Thu, 02 May 2002 13:35:33 +0000
parents 1fe6b64feefb
children fce0a2520551
line wrap: on
line diff
--- a/simple_idct.c	Thu May 02 12:51:10 2002 +0000
+++ b/simple_idct.c	Thu May 02 13:35:33 2002 +0000
@@ -39,7 +39,7 @@
 #define W1  22725  //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5
 #define W2  21407  //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5
 #define W3  19266  //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5
-#define W4  16384  //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5
+#define W4  16383  //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5
 #define W5  12873  //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5
 #define W6  8867   //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5
 #define W7  4520   //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5