#include "mpg123lib_intern.h"
#include "debug.h"
Go to the source code of this file.
Defines |
| #define | dn_generic "generic" |
| #define | dn_generic_dither "generic_dither" |
| #define | dn_i386 "i386" |
| #define | dn_i486 "i486" |
| #define | dn_i586 "i586" |
| #define | dn_i586_dither "i586_dither" |
| #define | dn_MMX "MMX" |
| #define | dn_3DNow "3DNow" |
| #define | dn_3DNowExt "3DNowExt" |
| #define | dn_AltiVec "AltiVec" |
| #define | dn_SSE "SSE" |
| #define | dn_x86_64 "x86-64" |
| #define | dn_ARM "ARM" |
| #define | cpu_i586(s) 1 |
| #define | cpu_fpu(s) 1 |
| #define | cpu_mmx(s) 1 |
| #define | cpu_3dnow(s) 1 |
| #define | cpu_3dnowext(s) 1 |
| #define | cpu_sse(s) 1 |
| #define | cpu_sse2(s) 1 |
| #define | cpu_sse3(s) 1 |
| #define | IF8(synth) synth, |
| #define | IFREAL(synth) synth, |
| #define | IF32(synth) synth |
| #define | OUT_SYNTHS(synth_16, synth_8, synth_real, synth_32) { synth_16, IF8(synth_8) IFREAL(synth_real) IF32(synth_32) } |
Functions |
| int | synth_stereo_wrap (real *bandPtr_l, real *bandPtr_r, mpg123_handle *fr) |
| enum optdec | defdec (void) |
| enum optcla | decclass (const enum optdec type) |
| static int | find_synth (func_synth synth, const func_synth synths[r_limit][f_limit]) |
| static int | find_dectype (mpg123_handle *fr) |
| int | set_synth_functions (mpg123_handle *fr) |
| int | frame_cpu_opt (mpg123_handle *fr, const char *cpu) |
| enum optdec | dectype (const char *decoder) |
| void | check_decoders (void) |
| const char *attribute_align_arg | mpg123_current_decoder (mpg123_handle *mh) |
| const char attribute_align_arg ** | mpg123_decoders (void) |
| const char attribute_align_arg ** | mpg123_supported_decoders (void) |
Variables |
| static const char * | decname [] |
| char | cpu_flags |
| struct synth_s | synth_base |
| static const char * | mpg123_decoder_list [] |