Home
last modified time | relevance | path

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

/external/flac/src/share/replaygain_synthesis/
Dreplaygain_synthesis.c218 memset ( d->DitherHistory, 0, sizeof (d->DitherHistory) ); in FLAC__replaygain_synthesis__init_dither_context()
258 Sum2 = random_triangular_(d->Dither) - scalar16_(d->DitherHistory[k], d->FilterCoeff + i); in dither_output_()
259 Sum += d->DitherHistory [k] [(-1-i)&15] = (float)Sum2; in dither_output_()
/external/flac/include/share/
Dreplaygain_synthesis.h41 float DitherHistory [FLAC_SHARE__MAX_SUPPORTED_CHANNELS] [16]; member