MCPcopy 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
169static void
170bit_reverse_buffer(std::byte *p, std::byte *end)
171{
172 for (; p < end; ++p)
173 *p = BitReverse(*p);
174}
175
176static void
177InterleaveDsfBlockMono(std::byte *gcc_restrict dest,

Callers 1

dsf_decode_chunkFunction · 0.70

Calls 1

BitReverseFunction · 0.85

Tested by

no test coverage detected