Home
last modified time | relevance | path

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

/external/flac/src/share/replaygain_synthesis/
Dreplaygain_synthesis.c228 ROUND64 (DitherContext *d, double x) in ROUND64() function
255 val = ROUND64(d, Sum2) & d->Mask; in dither_output_()
261 val = ROUND64(d, Sum2) & d->Mask; in dither_output_()
267 return ROUND64(d, Sum); in dither_output_()