Fix bug in reference code

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23341 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
zuxy 2007-05-19 08:09:16 +00:00
parent c5bc1d693c
commit 38388e5595
1 changed files with 1 additions and 1 deletions

View File

@ -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]);