|
static void | DLsetdelay (AXFX_REVSTD_DELAYLINE *dl, s32 lag) |
|
static int | DLcreate (AXFX_REVSTD_DELAYLINE *dl, s32 max_length) |
|
static void | DLdelete (AXFX_REVSTD_DELAYLINE *dl) |
|
static int | ReverbSTDCreate (AXFX_REVSTD_WORK *rv, f32 coloration, f32 time, f32 mix, f32 damping, f32 predelay) |
|
static int | ReverbSTDModify (AXFX_REVSTD_WORK *rv, f32 coloration, f32 time, f32 mix, f32 damping, f32 predelay) |
|
static void | HandleReverb (s32 *sptr, AXFX_REVSTD_WORK *rv) |
|
static void | ReverbSTDCallback (s32 *left, s32 *right, s32 *surround, AXFX_REVSTD_WORK *rv) |
|
static void | ReverbSTDFree (AXFX_REVSTD_WORK *rv) |
|
static asm void | HandleReverb (register s32 *sptr, register AXFX_REVSTD_WORK *rv) |
|
int | AXFXReverbStdInit (AXFX_REVERBSTD *rev) |
|
int | AXFXReverbStdShutdown (AXFX_REVERBSTD *rev) |
|
int | AXFXReverbStdSettings (AXFX_REVERBSTD *rev) |
|
void | AXFXReverbStdCallback (AXFX_BUFFERUPDATE *bufferUpdate, AXFX_REVERBSTD *reverb) |
|