Mercurial > mplayer.hg
comparison mp3lib/dct64_i386.c @ 15167:07e7a572bd84
Mark modified imported files as such to comply with (L)GPL ¡ø2a.
author | diego |
---|---|
date | Fri, 15 Apr 2005 22:21:35 +0000 |
parents | d155623271e3 |
children | 0783dd397f74 |
comparison
equal
deleted
inserted
replaced
15166:f5537cc95b02 | 15167:07e7a572bd84 |
---|---|
1 /* | |
2 * Modified for use with MPlayer, for details see the CVS changelog at | |
3 * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ | |
4 * $Id$ | |
5 */ | |
1 | 6 |
2 /* | 7 /* |
3 * Discrete Cosine Tansform (DCT) for subband synthesis | 8 * Discrete Cosine Tansform (DCT) for subband synthesis |
4 * optimized for machines with no auto-increment. | 9 * optimized for machines with no auto-increment. |
5 * The performance is highly compiler dependend. Maybe | 10 * The performance is highly compiler dependend. Maybe |