Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MusicPlayerDaemon/MPD
/ bit_reverse_buffer
Function
bit_reverse_buffer
src/decoder/plugins/DsfDecoderPlugin.cxx:169–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
static void
170
bit_reverse_buffer(std::byte *p, std::byte *end)
171
{
172
for (; p < end; ++p)
173
*p = BitReverse(*p);
174
}
175
176
static void
177
InterleaveDsfBlockMono(std::byte *gcc_restrict dest,
Callers
1
dsf_decode_chunk
Function · 0.70
Calls
1
BitReverse
Function · 0.85
Tested by
no test coverage detected