Searched refs:hDllDsptool (Results 1 – 1 of 1) sorted by relevance
39 HINSTANCE hDllDsptool; variable609 if (hDllDsptool) FreeLibrary(hDllDsptool); in cleanup()649 if (hDllDsptool = LoadLibrary("dsptool.dll")) in loadDlls()651 encode = (FUNCTION3)GetProcAddress(hDllDsptool, "encode"); in loadDlls()652 getBytesForAdpcmBuffer = (FUNCTION4)GetProcAddress(hDllDsptool, "getBytesForAdpcmBuffer"); in loadDlls()653 getBytesForAdpcmSamples = (FUNCTION4)GetProcAddress(hDllDsptool, "getBytesForAdpcmSamples"); in loadDlls()654 getNibbleAddress = (FUNCTION4)GetProcAddress(hDllDsptool, "getNibbleAddress"); in loadDlls()655 getLoopContext = (FUNCTION5)GetProcAddress(hDllDsptool, "getLoopContext"); in loadDlls()