Home
last modified time | relevance | path

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

/external/flac/src/plugin_common/
Ddither.c60 uint32_t scalebits; in linear_dither() local
76 scalebits = source_bps - target_bps; in linear_dither()
77 mask = (1L << scalebits) - 1; in linear_dither()
106 return output >> scalebits; in linear_dither()