mpv/mp3lib
zuxy 1c757aef17 Change some static temporary vars to automatic ones because mingw32 binutils
couldn't align them properly. Also 1% faster decode.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23485 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-06 05:16:08 +00:00
..
Makefile Record what was produced by make_decode_table_MMX() and used that data to 2007-05-25 02:52:35 +00:00
dct12.c
dct36.c
dct36_3dnow.c
dct36_k7.c
dct64.c
dct64_3dnow.c Correct dct64 functions' declarations 2007-06-04 03:05:16 +00:00
dct64_MMX.c Correct dct64 functions' declarations 2007-06-04 03:05:16 +00:00
dct64_altivec.c
dct64_i386.c
dct64_k7.c Correct dct64 functions' declarations 2007-06-04 03:05:16 +00:00
dct64_sse.c Change some static temporary vars to automatic ones because mingw32 binutils 2007-06-06 05:16:08 +00:00
decod386.c Remove unused synth_1to1_mono() 2007-05-22 13:44:14 +00:00
decode_MMX.c Use int and uint32_t instead of long and unsigned long, when appropriate. 2007-06-02 16:25:18 +00:00
decode_i586.c Use int and uint32_t instead of long and unsigned long, when appropriate. 2007-06-02 16:25:18 +00:00
equalizer.c
huffman.h
l2tables.h
layer1.c Align output pointer so that we can use movaps instead of movups in dct64_sse; 2007-06-06 05:13:13 +00:00
layer2.c Align output pointer so that we can use movaps instead of movups in dct64_sse; 2007-06-06 05:13:13 +00:00
layer3.c Change some static temporary vars to automatic ones because mingw32 binutils 2007-06-06 05:16:08 +00:00
mp3.h
mpg123.h Remove non-existing make_decode_tables_MMX() 2007-06-02 16:47:10 +00:00
sr1.c Replace implicit use of fast_memcpy via macro by explicit use to allow 2007-06-05 14:27:54 +00:00
tabinit.c Use int and uint32_t instead of long and unsigned long, when appropriate. 2007-06-02 16:25:18 +00:00
test.c
test2.c