Go to the source code of this file.
Defines |
| #define | ALIGNED(a) |
Enumerations |
| enum | optdec {
autodec = 0,
generic,
generic_dither,
idrei,
ivier,
ifuenf,
ifuenf_dither,
mmx,
dreidnow,
dreidnowext,
altivec,
sse,
x86_64,
arm,
nodec
} |
| enum | optcla { nocla = 0,
normal,
mmxsse
} |
Functions |
| int | frame_cpu_opt (mpg123_handle *fr, const char *cpu) |
| int | set_synth_functions (mpg123_handle *fr) |
| enum optdec | dectype (const char *decoder) |
| enum optdec | defdec (void) |
| enum optcla | decclass (const enum optdec) |
| void | check_decoders (void) |