MCPcopy 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
338static void
339bit_reverse_buffer(std::byte *p, std::byte *end)
340{
341 for (; p < end; ++p)
342 *p = BitReverse(*p);
343}
344
345static offset_type
346FrameToOffset(uint64_t frame, unsigned channels)

Callers 1

dsdiff_decode_chunkFunction · 0.70

Calls 1

BitReverseFunction · 0.85

Tested by

no test coverage detected