MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setFilterTable

Function setFilterTable

libs/JSystem/JAudio/System/JASDSPInterface.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void setFilterTable(s16 *dst, s16 *src, u32 n) {
162 for (int i = 0; i < n; i++) {
163 *dst++ = *src++;
164 }
165}
166
167void flushBuffer() {
168 DCFlushRange(CH_BUF, sizeof(TChannel) * 0x40);

Callers 3

setFXLineFunction · 0.85
setIIRFilterParamMethod · 0.85
setFIR8FilterParamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected