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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/include/share/
H A Dreplaygain_synthesis.h40 float DitherHistory [FLAC_SHARE__MAX_SUPPORTED_CHANNELS] [16]; member in struct:__anon1591
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/include/share/
H A Dreplaygain_synthesis.h40 float DitherHistory [FLAC_SHARE__MAX_SUPPORTED_CHANNELS] [16]; member in struct:__anon2496
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/include/share/
H A Dreplaygain_synthesis.h40 float DitherHistory [FLAC_SHARE__MAX_SUPPORTED_CHANNELS] [16]; member in struct:__anon36521
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/share/replaygain_synthesis/
H A Dreplaygain_synthesis.c226 memset ( d->DitherHistory, 0, sizeof (d->DitherHistory) );
259 Sum2 = random_triangular_(d->Dither) - scalar16_(d->DitherHistory[k], d->FilterCoeff + i);
260 Sum += d->DitherHistory [k] [(-1-i)&15] = (float)Sum2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/share/replaygain_synthesis/
H A Dreplaygain_synthesis.c226 memset ( d->DitherHistory, 0, sizeof (d->DitherHistory) );
259 Sum2 = random_triangular_(d->Dither) - scalar16_(d->DitherHistory[k], d->FilterCoeff + i);
260 Sum += d->DitherHistory [k] [(-1-i)&15] = (float)Sum2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/share/replaygain_synthesis/
H A Dreplaygain_synthesis.c226 memset ( d->DitherHistory, 0, sizeof (d->DitherHistory) );
259 Sum2 = random_triangular_(d->Dither) - scalar16_(d->DitherHistory[k], d->FilterCoeff + i);
260 Sum += d->DitherHistory [k] [(-1-i)&15] = (float)Sum2;

Completed in 116 milliseconds