MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / DEINTERLEAVE2

Function DEINTERLEAVE2

Source/HLEAudio/ABI_MixerInterleave.cpp:67–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void DEINTERLEAVE2( AudioHLECommand command)
68{
69 #ifdef DEBUG_AUDIO
70 DBGConsole_Msg(0, "DEINTERLEAVE2");
71 #endif
72 u16 count( command.Abi2Deinterleave.Count );
73 u16 out( command.Abi2Deinterleave.Out );
74 u16 in( command.Abi2Deinterleave.In );
75
76 gAudioHLEState.Deinterleave( out, in, count );
77}
78
79void INTERLEAVE2( AudioHLECommand command)
80{

Callers

nothing calls this directly

Calls 1

DeinterleaveMethod · 0.80

Tested by

no test coverage detected