Home
last modified time | relevance | path

Searched refs:SPSoundTable (Results 1 – 19 of 19) sorted by relevance

/RvlSDK-2.1/include/revolution/
Dsp.h64 } SPSoundTable; typedef
68 void SPInitSoundTable(SPSoundTable *table, u8 *samples, u8 *zerobuffer);
69 SPSoundEntry * SPGetSoundEntry(SPSoundTable *table, u32 index);
/RvlSDK-2.1/build/demos/axdemo/src/
Ddpl2demo.c77 static SPSoundTable *sp_table;
492 sp_table = (SPSoundTable *)AMLoadFile(SPT_FILE, NULL); in main()
Dcompressor.c74 static SPSoundTable *sp_table;
974 sp_table = (SPSoundTable *)AMLoadFile(SPT_FILE, NULL); in main()
Ddpl2reverb.c83 static SPSoundTable *sp_table;
944 sp_table = (SPSoundTable *)AMLoadFile(SPT_FILE, NULL); in main()
Daxfilter.c86 static SPSoundTable *sp_table;
1008 sp_table = (SPSoundTable *)AMLoadFile(SPT_FILE, NULL); in main()
Daxart3ddemo.c133 static SPSoundTable *soundTable;
246 static void startSound(soundObject *so, SPSoundTable *st, u32 i) in startSound()
Dexpdelay.c45 static SPSoundTable *sp_table;
DexpdelayDpl2.c48 static SPSoundTable *sp_table;
DexpreverbHiDpl2.c51 static SPSoundTable *sp_table;
DexpreverbHi.c45 static SPSoundTable *sp_table;
DexpchorusDpl2.c45 static SPSoundTable *sp_table;
DexpreverbStd.c45 static SPSoundTable *sp_table;
DexpreverbStdDpl2.c48 static SPSoundTable *sp_table;
Dexpchorus.c45 static SPSoundTable *sp_table;
DfxbussendDpl2.c48 static SPSoundTable *sp_table;
Dfxbussend.c45 static SPSoundTable *sp_table;
/RvlSDK-2.1/build/demos/spdemo/src/
Dspdemo.c70 static SPSoundTable *sp_table;
628 sp_table = (SPSoundTable *)AMLoadFile(SPT_FILE, NULL); in main()
/RvlSDK-2.1/build/libraries/sp/src/
Dsp.c32 void SPInitSoundTable(SPSoundTable *table, u8 *samples, u8 *zerobuffer) in SPInitSoundTable()
136 SPSoundEntry * SPGetSoundEntry(SPSoundTable *table, u32 index) in SPGetSoundEntry()
/RvlSDK-2.1/build/demos/wpaddemo/src/
Dwpad_spdemo.c50 static SPSoundTable *SpTable;