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

Function InterleaveDsfBlockChannel

src/decoder/plugins/DsfDecoderPlugin.cxx:199–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199static void
200InterleaveDsfBlockChannel(std::byte *gcc_restrict dest,
201 const std::byte *gcc_restrict src,
202 unsigned channels)
203{
204 for (size_t i = 0; i < DSF_BLOCK_SIZE; ++i, dest += channels, ++src)
205 *dest = *src;
206}
207
208static void
209InterleaveDsfBlockGeneric(std::byte *gcc_restrict dest,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected