Searched refs:getNibbleAddress (Results 1 – 6 of 6) sorted by relevance
31 extern FUNCTION3 getNibbleAddress;82 sndconvdata->loopAddr = (soundByteOffset << 1) + getNibbleAddress(loopStart); in soundOutputAddEntry()83 sndconvdata->loopEndAddr = (soundByteOffset << 1) + getNibbleAddress(loopEnd); in soundOutputAddEntry()84 sndconvdata->endAddr = (soundByteOffset << 1) + getNibbleAddress(samples - 1); in soundOutputAddEntry()85 sndconvdata->currentAddr = (soundByteOffset << 1) + getNibbleAddress(0); in soundOutputAddEntry()94 sndconvdata->endAddr = (soundByteOffset << 1) + getNibbleAddress(samples - 1); in soundOutputAddEntry()95 sndconvdata->currentAddr = (soundByteOffset << 1) + getNibbleAddress(0); in soundOutputAddEntry()
626 FUNCTION4 getNibbleAddress; variable648 getNibbleAddress = (FUNCTION4)GetProcAddress(hDllDsptool, "getNibbleAddress"); in loadDlls()652 if (getSoundInfo && getSoundSamples && encode && getBytesForAdpcmBuffer && getNibbleAddress) in loadDlls()
68 lpFunc1 getNibbleAddress; variable599 nibbleLoopStart = getNibbleAddress(loopStart); in encode_soundfile()600 nibbleLoopEnd = getNibbleAddress(loopEnd); in encode_soundfile()601 nibbleCurrent = getNibbleAddress(0); in encode_soundfile()613 nibbleLoopStart = getNibbleAddress(soundinfo->loopStart); in encode_soundfile()614 nibbleLoopEnd = getNibbleAddress(soundinfo->loopEnd - 1); // AIFF loop end is 1 based in encode_soundfile()615 nibbleCurrent = getNibbleAddress(0); in encode_soundfile()627 nibbleLoopStart = getNibbleAddress(0); in encode_soundfile()631 nibbleLoopEnd = getNibbleAddress(sampleEndAddr); in encode_soundfile()633 nibbleLoopEnd = getNibbleAddress(soundinfo->samples - 1); in encode_soundfile()[all …]
75 LINKDLL u32 getNibbleAddress (u32 samples);
45 lpFunc1 getNibbleAddress; variable
862 extern lpFunc1 getNibbleAddress;