Searched refs:LastHistoryIndex (Results 1 – 2 of 2) sorted by relevance
224 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()
43 unsigned LastHistoryIndex; member