Home
last modified time | relevance | path

Searched refs:last_history_index (Results 1 – 1 of 1) sorted by relevance

/external/flac/src/share/replaygain_synthesis/
Dreplaygain_synthesis.c353 const uint32_t last_history_index = dither_context->LastHistoryIndex; in FLAC__replaygain_synthesis__apply_gain() local
383 …val64 = dither_output_(dither_context, do_dithering, noise_shaping, (i + last_history_index) % 32,… in FLAC__replaygain_synthesis__apply_gain()
426 dither_context->LastHistoryIndex = (last_history_index + wide_samples) % 32; in FLAC__replaygain_synthesis__apply_gain()