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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_synthesis/
H A Dreplaygain_synthesis.c391 const unsigned last_history_index = dither_context->LastHistoryIndex; local
421 val64 = dither_output_(dither_context, do_dithering, noise_shaping, (i + last_history_index) % 32, sample, channel) / conv_factor;
464 dither_context->LastHistoryIndex = (last_history_index + wide_samples) % 32;

Completed in 33 milliseconds