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 real |
#define | WRITE_SAMPLE(samples, sum, clip) WRITE_REAL_SAMPLE(samples,sum,clip) |
#define | BLOCK 0x40 /* One decoding block is 64 samples. */ |
#define | SYNTH_NAME synth_1to1_real |
#define | SYNTH_NAME fr->synths.plain[r_1to1][f_real] |
#define | MONO_NAME synth_1to1_real_mono |
#define | MONO2STEREO_NAME synth_1to1_real_m2s |
#define | BLOCK 0x20 /* One decoding block is 32 samples. */ |
#define | SYNTH_NAME synth_2to1_real |
#define | SYNTH_NAME fr->synths.plain[r_2to1][f_real] |
#define | MONO_NAME synth_2to1_real_mono |
#define | MONO2STEREO_NAME synth_2to1_real_m2s |
#define | BLOCK 0x10 /* One decoding block is 16 samples. */ |
#define | SYNTH_NAME synth_4to1_real |
#define | SYNTH_NAME fr->synths.plain[r_4to1][f_real] |
#define | MONO_NAME synth_4to1_real_mono |
#define | MONO2STEREO_NAME synth_4to1_real_m2s |
#define | SYNTH_NAME synth_ntom_real |
#define | MONO_NAME synth_ntom_real_mono |
#define | MONO2STEREO_NAME synth_ntom_real_m2s |
Definition at line 537 of file synth_real.c.
Definition at line 537 of file synth_real.c.
Definition at line 537 of file synth_real.c.
#define MONO2STEREO_NAME synth_1to1_real_m2s |
Definition at line 574 of file synth_real.c.
#define MONO2STEREO_NAME synth_2to1_real_m2s |
Definition at line 574 of file synth_real.c.
#define MONO2STEREO_NAME synth_4to1_real_m2s |
Definition at line 574 of file synth_real.c.
#define MONO2STEREO_NAME synth_ntom_real_m2s |
Definition at line 574 of file synth_real.c.
#define MONO_NAME synth_1to1_real_mono |
Definition at line 573 of file synth_real.c.
#define MONO_NAME synth_2to1_real_mono |
Definition at line 573 of file synth_real.c.
#define MONO_NAME synth_4to1_real_mono |
Definition at line 573 of file synth_real.c.
#define MONO_NAME synth_ntom_real_mono |
Definition at line 573 of file synth_real.c.
Definition at line 22 of file synth_real.c.
#define SYNTH_NAME synth_1to1_real |
Definition at line 572 of file synth_real.c.
Definition at line 572 of file synth_real.c.
#define SYNTH_NAME synth_2to1_real |
Definition at line 572 of file synth_real.c.
Definition at line 572 of file synth_real.c.
#define SYNTH_NAME synth_4to1_real |
Definition at line 572 of file synth_real.c.
Definition at line 572 of file synth_real.c.
#define SYNTH_NAME synth_ntom_real |
Definition at line 572 of file synth_real.c.
Definition at line 23 of file synth_real.c.