Searched refs:SPInitSoundTable (Results 1 – 19 of 19) sorted by relevance
| /RvlSDK-2.1/include/revolution/ |
| D | sp.h | 68 void SPInitSoundTable(SPSoundTable *table, u8 *samples, u8 *zerobuffer);
|
| /RvlSDK-2.1/build/demos/axdemo/src/ |
| D | dpl2demo.c | 517 SPInitSoundTable(sp_table, (u8*)aramUserBase, (u8*)aramZeroBase); in main() 519 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| D | compressor.c | 999 SPInitSoundTable(sp_table, (u8*)aramUserBase, (u8*)aramZeroBase); in main() 1001 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| D | dpl2reverb.c | 969 SPInitSoundTable(sp_table, (u8*)aramUserBase, (u8*)aramZeroBase); in main() 971 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| D | axfilter.c | 1033 SPInitSoundTable(sp_table, (u8*)aramUserBase, (u8*)aramZeroBase); in main() 1035 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| D | axart3ddemo.c | 480 SPInitSoundTable(soundTable, soundSamples, (u8*)AMGetZeroBuffer()); in main() 482 SPInitSoundTable(soundTable, soundSamples, zeroBuffer); in main()
|
| D | expdelay.c | 816 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| D | expdelayDpl2.c | 819 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| D | expreverbHiDpl2.c | 877 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| D | expreverbHi.c | 871 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| D | expchorusDpl2.c | 851 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| D | expreverbStd.c | 871 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| D | expreverbStdDpl2.c | 874 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| D | expchorus.c | 852 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| D | fxbussendDpl2.c | 895 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| D | fxbussend.c | 962 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| /RvlSDK-2.1/build/demos/spdemo/src/ |
| D | spdemo.c | 653 SPInitSoundTable(sp_table, (u8*)aramUserBase, (u8*)aramZeroBase); in main() 655 SPInitSoundTable(sp_table, sp_data, zeroBuffer); in main()
|
| /RvlSDK-2.1/build/demos/wpaddemo/src/ |
| D | wpad_spdemo.c | 181 SPInitSoundTable(SpTable, SpData, ZeroBuffer); in main()
|
| /RvlSDK-2.1/build/libraries/sp/src/ |
| D | sp.c | 32 void SPInitSoundTable(SPSoundTable *table, u8 *samples, u8 *zerobuffer) in SPInitSoundTable() function
|