Home
last modified time | relevance | path

Searched refs:getSampleForAdpcmNibble (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.3/build/tools/dspadpcm/src/
Dmain.c85 lpFunc1 getSampleForAdpcmNibble; variable
826 soundinfo.loopStart = getSampleForAdpcmNibble(reverse_endian_32(dspadpcmheader.sa)); in decode_input_file()
827 … soundinfo.loopEnd = getSampleForAdpcmNibble(reverse_endian_32(dspadpcmheader.ea)) + 1; in decode_input_file()
893 getSampleForAdpcmNibble = (lpFunc1)GetProcAddress(hDllDsptool, "getSampleForAdpcmNibble"); in get_dll()
906 !getSampleForAdpcmNibble || in get_dll()
/RvlSDK-3.3/include/win32/
Ddsptool.h77 LINKDLL u32 getSampleForAdpcmNibble (u32 nibble);