ReactOS 0.4.16-dev-424-ge4748fe
|
#include "mpg123lib_intern.h"
#include "sample.h"
#include "debug.h"
#include "synth.h"
#include "synth_mono.h"
#include "synth_ntom.h"
Go to the source code of this file.
Macros | |
#define | SAMPLE_T short |
#define | WRITE_SAMPLE(samples, sum, clip) WRITE_SHORT_SAMPLE(samples,sum,clip) |
#define | BLOCK 0x40 /* One decoding block is 64 samples. */ |
#define | SYNTH_NAME synth_1to1 |
#define | SYNTH_NAME fr->synths.plain[r_1to1][f_16] |
#define | MONO_NAME synth_1to1_mono |
#define | MONO2STEREO_NAME synth_1to1_m2s |
#define | BLOCK 0x20 /* One decoding block is 32 samples. */ |
#define | SYNTH_NAME synth_2to1 |
#define | SYNTH_NAME fr->synths.plain[r_2to1][f_16] |
#define | MONO_NAME synth_2to1_mono |
#define | MONO2STEREO_NAME synth_2to1_m2s |
#define | BLOCK 0x10 /* One decoding block is 16 samples. */ |
#define | SYNTH_NAME synth_4to1 |
#define | SYNTH_NAME fr->synths.plain[r_4to1][f_16] /* This is just for the _i386 one... gotta check if it is really useful... */ |
#define | MONO_NAME synth_4to1_mono |
#define | MONO2STEREO_NAME synth_4to1_m2s |
#define | SYNTH_NAME synth_ntom |
#define | MONO_NAME synth_ntom_mono |
#define | MONO2STEREO_NAME synth_ntom_m2s |
#define MONO2STEREO_NAME synth_1to1_m2s |
#define MONO2STEREO_NAME synth_2to1_m2s |
#define MONO2STEREO_NAME synth_4to1_m2s |
#define MONO2STEREO_NAME synth_ntom_m2s |
#define MONO_NAME synth_1to1_mono |
#define MONO_NAME synth_2to1_mono |
#define MONO_NAME synth_4to1_mono |
#define MONO_NAME synth_ntom_mono |
#define SYNTH_NAME synth_1to1 |
#define SYNTH_NAME synth_2to1 |
#define SYNTH_NAME synth_4to1 |
#define SYNTH_NAME synth_ntom |