MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / InterleaveDsfBlockGeneric

Function InterleaveDsfBlockGeneric

src/decoder/plugins/DsfDecoderPlugin.cxx:208–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208static void
209InterleaveDsfBlockGeneric(std::byte *gcc_restrict dest,
210 const std::byte *gcc_restrict src,
211 unsigned channels)
212{
213 for (unsigned c = 0; c < channels; ++c, ++dest, src += DSF_BLOCK_SIZE)
214 InterleaveDsfBlockChannel(dest, src, channels);
215}
216
217static void
218InterleaveDsfBlock(std::byte *gcc_restrict dest, const std::byte *gcc_restrict src,

Callers 1

InterleaveDsfBlockFunction · 0.85

Calls 1

Tested by

no test coverage detected