ReactOS 0.4.16-dev-300-g2aadf2e
|
Go to the source code of this file.
Macros | |
#define | I_AM_OPTIMIZE |
#define | cpu_flags nothing |
#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 | cpu_avx(s) 1 |
#define | cpu_neon(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 | |
static 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 struct synth_s | synth_base |
static const char * | mpg123_decoder_list [] |
Definition at line 25 of file optimize.c.
Definition at line 26 of file optimize.c.
Definition at line 30 of file optimize.c.
#define cpu_flags nothing |
Definition at line 21 of file optimize.c.
Definition at line 23 of file optimize.c.
Definition at line 22 of file optimize.c.
Definition at line 24 of file optimize.c.
Definition at line 31 of file optimize.c.
Definition at line 27 of file optimize.c.
Definition at line 28 of file optimize.c.
Definition at line 29 of file optimize.c.
#define I_AM_OPTIMIZE |
Definition at line 11 of file optimize.c.
#define IF32 | ( | synth | ) | synth |
Definition at line 51 of file optimize.c.
#define IF8 | ( | synth | ) | synth, |
Definition at line 37 of file optimize.c.
#define IFREAL | ( | synth | ) | synth, |
Definition at line 45 of file optimize.c.
#define OUT_SYNTHS | ( | synth_16, | |
synth_8, | |||
synth_real, | |||
synth_32 | |||
) | { synth_16, IF8(synth_8) IFREAL(synth_real) IF32(synth_32) } |
Definition at line 64 of file optimize.c.
Definition at line 1084 of file optimize.c.
Definition at line 141 of file optimize.c.
Definition at line 940 of file optimize.c.
Definition at line 139 of file optimize.c.
|
static |
Definition at line 190 of file optimize.c.
Referenced by set_synth_functions().
|
static |
Definition at line 157 of file optimize.c.
Referenced by find_dectype().
int frame_cpu_opt | ( | mpg123_handle * | fr, |
const char * | cpu | ||
) |
Definition at line 496 of file optimize.c.
int set_synth_functions | ( | mpg123_handle * | fr | ) |
Definition at line 363 of file optimize.c.
|
static |
Definition at line 71 of file optimize.c.
Definition at line 1022 of file optimize.c.
Referenced by mpg123_decoders(), and mpg123_supported_decoders().
Definition at line 79 of file optimize.c.
Referenced by find_dectype(), and frame_cpu_opt().