• Max Kellermann's avatar
    mp3: moved code to dither_buffer() · 09fbbdc3
    Max Kellermann authored
    Preparing for simplifying and thus speeding up the dithering code:
    moved dithering to a separate function which contains a trivial loop.
    With this patch, only one sample is dithered at a time, but the
    following patches will allow us to dither a whole block at a time,
    without complicated buffer length checks.
    09fbbdc3
Name
Last commit
Last update
..
_flac_common.c Loading commit data...
_flac_common.h Loading commit data...
_ogg_common.c Loading commit data...
_ogg_common.h Loading commit data...
aac_plugin.c Loading commit data...
audiofile_plugin.c Loading commit data...
flac_plugin.c Loading commit data...
mod_plugin.c Loading commit data...
mp3_plugin.c Loading commit data...
mp4_plugin.c Loading commit data...
mpc_plugin.c Loading commit data...
oggflac_plugin.c Loading commit data...
oggvorbis_plugin.c Loading commit data...
wavpack_plugin.c Loading commit data...