comparison mp3lib/mpg123.h @ 30658:fbb18bfa2dfe

Declare all public mp3lib functions in mpg123.h.
author diego
date Mon, 22 Feb 2010 13:52:59 +0000
parents 347d152a5cfa
children 5fdc3c62cf76
comparison
equal deleted inserted replaced
30657:aeb025df42ba 30658:fbb18bfa2dfe
127 127
128 void dct36_3dnow(real *, real *, real *, real *, real *); 128 void dct36_3dnow(real *, real *, real *, real *, real *);
129 void dct36_3dnowex(real *, real *, real *, real *, real *); 129 void dct36_3dnowex(real *, real *, real *, real *, real *);
130 void dct36_sse(real *, real *, real *, real *, real *); 130 void dct36_sse(real *, real *, real *, real *, real *);
131 131
132 void dct64_MMX(short *, short *, real *);
133 void dct64_MMX_3dnow(short *, short *, real *);
134 void dct64_MMX_3dnowex(short *, short *, real *);
135 void dct64_sse(short *, short *, real *);
136 void dct64_altivec(real *, real *, real *);
137 void (*dct64_MMX_func)(short *, short *, real *);
138
139 void mp3lib_dct64(real *, real *, real *);
140
132 typedef int (*synth_func_t)( real *,int,short * ); 141 typedef int (*synth_func_t)( real *,int,short * );
133 typedef void (*dct36_func_t)(real *,real *,real *,real *,real *); 142 typedef void (*dct36_func_t)(real *,real *,real *,real *,real *);
134 143
135 #endif /* MPLAYER_MP3LIB_MPG123_H */ 144 #endif /* MPLAYER_MP3LIB_MPG123_H */