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/DsdiffDecoderPlugin.cxx:338–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
static void
339
bit_reverse_buffer(std::byte *p, std::byte *end)
340
{
341
for (; p < end; ++p)
342
*p = BitReverse(*p);
343
}
344
345
static offset_type
346
FrameToOffset(uint64_t frame, unsigned channels)
Callers
1
dsdiff_decode_chunk
Function · 0.70
Calls
1
BitReverse
Function · 0.85
Tested by
no test coverage detected