#include "mpeg3private.h"#include "mpeg3protos.h"#include "tables.h"

Go to the source code of this file.
Defines | |
| #define | WRITE_SAMPLE(samples, sum) |
Functions | |
| int | mpeg3audio_synth_stereo (mpeg3_layer_t *audio, float *bandPtr, int channel, float *out, int *pnt) |
| int | mpeg3audio_reset_synths (mpeg3_layer_t *audio) |
| #define WRITE_SAMPLE | ( | samples, | |||
| sum | ) |
Value:
{ \
(*samples) = (sum); \
}
Definition at line 5 of file synthesizers.c.
Referenced by mpeg3audio_synth_stereo().
| int mpeg3audio_reset_synths | ( | mpeg3_layer_t * | audio | ) |
Definition at line 117 of file synthesizers.c.
References mpeg3_layer_t::layer2_scfsi_buf, mpeg3_layer_t::mp3_blc, mpeg3_layer_t::mp3_block, SBLIMIT, SSLIMIT, mpeg3_layer_t::synth_mono_buff, and mpeg3_layer_t::synth_stereo_buffs.
Referenced by mpeg3_layer_reset().
| int mpeg3audio_synth_stereo | ( | mpeg3_layer_t * | audio, | |
| float * | bandPtr, | |||
| int | channel, | |||
| float * | out, | |||
| int * | pnt | |||
| ) |
Definition at line 10 of file synthesizers.c.
References mpeg3_layer_t::bo, mpeg3_decwin, mpeg3audio_dct64(), samples, mpeg3_layer_t::synth_stereo_buffs, window, and WRITE_SAMPLE.
Referenced by mpeg3audio_dolayer2(), and mpeg3audio_dolayer3().

1.5.5