[MPlayer-cvslog] r23341 - trunk/mp3lib/dct64_sse.c
zuxy
subversion at mplayerhq.hu
Sat May 19 10:09:16 CEST 2007
Author: zuxy
Date: Sat May 19 10:09:16 2007
New Revision: 23341
Log:
Fix bug in reference code
Modified:
trunk/mp3lib/dct64_sse.c
Modified: trunk/mp3lib/dct64_sse.c
==============================================================================
--- trunk/mp3lib/dct64_sse.c (original)
+++ trunk/mp3lib/dct64_sse.c Sat May 19 10:09:16 2007
@@ -274,7 +274,7 @@ void dct64_sse(real *a,real *b,real *c)
out0[32] = (short)(b1[14] + b1[9]);
out1[32] = (short)(b1[9] + b1[13]);
out1[96] = (short)(b1[13] + b1[11]);
- out1[222] = (short)b1[15];
+ out1[224] = (short)b1[15];
out1[160] = (short)(b1[15] + b1[11]);
out0[240] = (short)(b1[24] + b1[28] + b1[16]);
out0[208] = (short)(b1[24] + b1[28] + b1[20]);
More information about the MPlayer-cvslog
mailing list