Home
last modified time | relevance | path

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

/external/flac/src/share/replaygain_synthesis/
Dreplaygain_synthesis.c224 d->LastHistoryIndex = 0; in FLAC__replaygain_synthesis__init_dither_context()
353 const uint32_t last_history_index = dither_context->LastHistoryIndex; in FLAC__replaygain_synthesis__apply_gain()
426 dither_context->LastHistoryIndex = (last_history_index + wide_samples) % 32; in FLAC__replaygain_synthesis__apply_gain()
/external/flac/include/share/
Dreplaygain_synthesis.h43 unsigned LastHistoryIndex; member