Defines |
| #define | OUT_FORMATS 4 /* Basic output formats: 16bit, 8bit, real and s32 */ |
| #define | OUT_16 0 |
| #define | OUT_8 1 |
| #define | OUT_REAL 2 /* Write a floating point sample (that is, one matching the internal real type). */ |
| #define | OUT_S32 3 |
| #define | NTOM_MAX 8 /* maximum allowed factor for upsampling */ |
| #define | NTOM_MAX_FREQ 96000 /* maximum frequency to upsample to / downsample from */ |
| #define | NTOM_MUL (32768) |
Functions |
| void | ntom_set_ntom (mpg123_handle *fr, off_t num) |
| int | synth_1to1 (real *, int, mpg123_handle *, int) |
| int | synth_1to1_dither (real *, int, mpg123_handle *, int) |
| int | synth_1to1_i386 (real *, int, mpg123_handle *, int) |
| int | synth_1to1_i586 (real *, int, mpg123_handle *, int) |
| int | synth_1to1_i586_dither (real *, int, mpg123_handle *, int) |
| int | synth_1to1_mmx (real *, int, mpg123_handle *, int) |
| int | synth_1to1_3dnow (real *, int, mpg123_handle *, int) |
| int | synth_1to1_sse (real *, int, mpg123_handle *, int) |
| int | synth_1to1_stereo_sse (real *, real *, mpg123_handle *) |
| int | synth_1to1_3dnowext (real *, int, mpg123_handle *, int) |
| int | synth_1to1_altivec (real *, int, mpg123_handle *, int) |
| int | synth_1to1_stereo_altivec (real *, real *, mpg123_handle *) |
| int | synth_1to1_x86_64 (real *, int, mpg123_handle *, int) |
| int | synth_1to1_stereo_x86_64 (real *, real *, mpg123_handle *) |
| int | synth_1to1_arm (real *, int, mpg123_handle *, int) |
| int | absynth_1to1_i486 (real *, int, mpg123_handle *, int) |
| int | synth_1to1_mono (real *, mpg123_handle *) |
| int | synth_1to1_mono2stereo (real *, mpg123_handle *) |
| int | synth_2to1 (real *, int, mpg123_handle *, int) |
| int | synth_2to1_dither (real *, int, mpg123_handle *, int) |
| int | synth_2to1_i386 (real *, int, mpg123_handle *, int) |
| int | synth_2to1_mono (real *, mpg123_handle *) |
| int | synth_2to1_mono2stereo (real *, mpg123_handle *) |
| int | synth_4to1 (real *, int, mpg123_handle *, int) |
| int | synth_4to1_dither (real *, int, mpg123_handle *, int) |
| int | synth_4to1_i386 (real *, int, mpg123_handle *, int) |
| int | synth_4to1_mono (real *, mpg123_handle *) |
| int | synth_4to1_mono2stereo (real *, mpg123_handle *) |
| int | synth_ntom (real *, int, mpg123_handle *, int) |
| int | synth_ntom_mono (real *, mpg123_handle *) |
| int | synth_ntom_mono2stereo (real *, mpg123_handle *) |
| int | synth_1to1_8bit (real *, int, mpg123_handle *, int) |
| int | synth_1to1_8bit_i386 (real *, int, mpg123_handle *, int) |
| int | synth_1to1_8bit_wrap (real *, int, mpg123_handle *, int) |
| int | synth_1to1_8bit_mono (real *, mpg123_handle *) |
| int | synth_1to1_8bit_mono2stereo (real *, mpg123_handle *) |
| int | synth_1to1_8bit_wrap_mono (real *, mpg123_handle *) |
| int | synth_1to1_8bit_wrap_mono2stereo (real *, mpg123_handle *) |
| int | synth_2to1_8bit (real *, int, mpg123_handle *, int) |
| int | synth_2to1_8bit_i386 (real *, int, mpg123_handle *, int) |
| int | synth_2to1_8bit_mono (real *, mpg123_handle *) |
| int | synth_2to1_8bit_mono2stereo (real *, mpg123_handle *) |
| int | synth_4to1_8bit (real *, int, mpg123_handle *, int) |
| int | synth_4to1_8bit_i386 (real *, int, mpg123_handle *, int) |
| int | synth_4to1_8bit_mono (real *, mpg123_handle *) |
| int | synth_4to1_8bit_mono2stereo (real *, mpg123_handle *) |
| int | synth_ntom_8bit (real *, int, mpg123_handle *, int) |
| int | synth_ntom_8bit_mono (real *, mpg123_handle *) |
| int | synth_ntom_8bit_mono2stereo (real *, mpg123_handle *) |
| int | synth_1to1_real (real *, int, mpg123_handle *, int) |
| int | synth_1to1_real_i386 (real *, int, mpg123_handle *, int) |
| int | synth_1to1_real_sse (real *, int, mpg123_handle *, int) |
| int | synth_1to1_real_stereo_sse (real *, real *, mpg123_handle *) |
| int | synth_1to1_real_x86_64 (real *, int, mpg123_handle *, int) |
| int | synth_1to1_real_stereo_x86_64 (real *, real *, mpg123_handle *) |
| int | synth_1to1_real_altivec (real *, int, mpg123_handle *, int) |
| int | synth_1to1_real_stereo_altivec (real *, real *, mpg123_handle *) |
| int | synth_1to1_real_mono (real *, mpg123_handle *) |
| int | synth_1to1_real_mono2stereo (real *, mpg123_handle *) |
| int | synth_2to1_real (real *, int, mpg123_handle *, int) |
| int | synth_2to1_real_i386 (real *, int, mpg123_handle *, int) |
| int | synth_2to1_real_mono (real *, mpg123_handle *) |
| int | synth_2to1_real_mono2stereo (real *, mpg123_handle *) |
| int | synth_4to1_real (real *, int, mpg123_handle *, int) |
| int | synth_4to1_real_i386 (real *, int, mpg123_handle *, int) |
| int | synth_4to1_real_mono (real *, mpg123_handle *) |
| int | synth_4to1_real_mono2stereo (real *, mpg123_handle *) |
| int | synth_ntom_real (real *, int, mpg123_handle *, int) |
| int | synth_ntom_real_mono (real *, mpg123_handle *) |
| int | synth_ntom_real_mono2stereo (real *, mpg123_handle *) |
| int | synth_1to1_s32 (real *, int, mpg123_handle *, int) |
| int | synth_1to1_s32_i386 (real *, int, mpg123_handle *, int) |
| int | synth_1to1_s32_sse (real *, int, mpg123_handle *, int) |
| int | synth_1to1_s32_stereo_sse (real *, real *, mpg123_handle *) |
| int | synth_1to1_s32_x86_64 (real *, int, mpg123_handle *, int) |
| int | synth_1to1_s32_stereo_x86_64 (real *, real *, mpg123_handle *) |
| int | synth_1to1_s32_altivec (real *, int, mpg123_handle *, int) |
| int | synth_1to1_s32_stereo_altivec (real *, real *, mpg123_handle *) |
| int | synth_1to1_s32_mono (real *, mpg123_handle *) |
| int | synth_1to1_s32_mono2stereo (real *, mpg123_handle *) |
| int | synth_2to1_s32 (real *, int, mpg123_handle *, int) |
| int | synth_2to1_s32_i386 (real *, int, mpg123_handle *, int) |
| int | synth_2to1_s32_mono (real *, mpg123_handle *) |
| int | synth_2to1_s32_mono2stereo (real *, mpg123_handle *) |
| int | synth_4to1_s32 (real *, int, mpg123_handle *, int) |
| int | synth_4to1_s32_i386 (real *, int, mpg123_handle *, int) |
| int | synth_4to1_s32_mono (real *, mpg123_handle *) |
| int | synth_4to1_s32_mono2stereo (real *, mpg123_handle *) |
| int | synth_ntom_s32 (real *, int, mpg123_handle *, int) |
| int | synth_ntom_s32_mono (real *, mpg123_handle *) |
| int | synth_ntom_s32_mono2stereo (real *, mpg123_handle *) |
| void | dct64 (real *, real *, real *) |
| void | dct64_i386 (real *, real *, real *) |
| void | dct64_altivec (real *, real *, real *) |
| void | dct64_i486 (int *, int *, real *) |
| void | dct36 (real *, real *, real *, real *, real *) |
| void | dct36_3dnow (real *, real *, real *, real *, real *) |
| void | dct36_3dnowext (real *, real *, real *, real *, real *) |
| int | synth_ntom_set_step (mpg123_handle *fr) |
| unsigned long | ntom_val (mpg123_handle *fr, off_t frame) |
| off_t | ntom_frame_outsamples (mpg123_handle *fr) |
| off_t | ntom_frmouts (mpg123_handle *fr, off_t frame) |
| off_t | ntom_ins2outs (mpg123_handle *fr, off_t ins) |
| off_t | ntom_frameoff (mpg123_handle *fr, off_t soff) |
| void | init_layer3 (void) |
| real | init_layer3_gainpow2 (mpg123_handle *fr, int i) |
| void | init_layer3_stuff (mpg123_handle *fr, real(*gainpow2)(mpg123_handle *fr, int i)) |
| void | init_layer12 (void) |
| real * | init_layer12_table (mpg123_handle *fr, real *table, int m) |
| void | init_layer12_stuff (mpg123_handle *fr, real *(*init_table)(mpg123_handle *fr, real *table, int m)) |
| void | prepare_decode_tables (void) |
| void | make_decode_tables (mpg123_handle *fr) |
| int | make_conv16to8_table (mpg123_handle *fr) |
| int | do_layer3 (mpg123_handle *fr) |
| int | do_layer2 (mpg123_handle *fr) |
| int | do_layer1 (mpg123_handle *fr) |
| void | do_equalizer (real *bandPtr, int channel, real equalizer[2][32]) |
Variables |
| real * | pnts [5] |