• Max Kellermann's avatar
    decoder/dsf: simplify dsf_to_pcm_order() · d8782ce5
    Max Kellermann authored
    Don't pass the buffer size to the function, as it's known at compile
    time.  Use "restrict" on the pointer arguments, and merge the two
    loops, which allows the compiler to optimize this loop with a few SSE2
    instructions.
    d8782ce5
DsfDecoderPlugin.cxx 9.05 KB