Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/include/win32/
Ddsptool.h77 LINKDLL u32 getSampleForAdpcmNibble (u32 nibble);
/RvlSDK-3.2.2/build/tools/dspadpcm/src/
Dmain.c70 lpFunc1 getSampleForAdpcmNibble; variable
816 soundinfo.loopStart = getSampleForAdpcmNibble(reverse_endian_32(dspadpcmheader.sa)); in decode_input_file()
817 … soundinfo.loopEnd = getSampleForAdpcmNibble(reverse_endian_32(dspadpcmheader.ea)) + 1; in decode_input_file()
883 getSampleForAdpcmNibble = (lpFunc1)GetProcAddress(hDllDsptool, "getSampleForAdpcmNibble"); in get_dll()
896 !getSampleForAdpcmNibble || in get_dll()