mpv/mp3lib
gpoirier ec029ea7a1 Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III
Currently only used on CPUs that _only_ support SSE (otherwise try 3DNow* before)
Patch by The Mighty Zuxy Meng %zuxy * meng $ gmail * com%
Original thread:
Date: Jun 21, 2006 10:20 AM
Subject: [MPlayer-dev-eng] [PATCH] SSE version of DCT64 for mp3lib


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18937 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 14:04:07 +00:00
..
Makefile Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III 2006-07-07 14:04:07 +00:00
bswap.h Furter compatibility with new ffmpeg stuff. 2001-07-30 09:08:23 +00:00
dct12.c Initial revision 2001-02-24 20:28:24 +00:00
dct36.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
dct36_3dnow.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
dct36_k7.c moved 3dnow and 3dnowex dct36 optimisations into gcc inline assembly 2003-06-22 03:32:16 +00:00
dct64.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
dct64_3dnow.c fix conversion float to int to use saturated ops, 2006-06-27 05:51:45 +00:00
dct64_MMX.c Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +00:00
dct64_altivec.c Add missing license, as chosen by its author 2006-06-29 14:54:53 +00:00
dct64_i386.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
dct64_k7.c remove MMX2 dependency (replace pshufw $78 with pswapd) so it can 2006-06-27 05:58:46 +00:00
dct64_sse.c Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III 2006-07-07 14:04:07 +00:00
decod386.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
decode_MMX.c Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III 2006-07-07 14:04:07 +00:00
decode_i586.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
equalizer.c Initial revision 2001-02-24 20:28:24 +00:00
fastmemcpy.h Minor improvements 2001-06-09 08:49:47 +00:00
huffman.h Initial revision 2001-02-24 20:28:24 +00:00
l2tables.h CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
layer1.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
layer2.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
layer3.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
mp3.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
mpg123.h CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
sr1.c Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III 2006-07-07 14:04:07 +00:00
tabinit.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
tabinit_MMX.c Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +00:00
test.c Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +00:00
test2.c merged with mpg123 0.59s-pre 2003-06-28 22:52:36 +00:00