Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dlpc.c196 int log2cmax; in FLAC__lpc_quantize_coefficients() local
198 (void)frexp(cmax, &log2cmax); in FLAC__lpc_quantize_coefficients()
199 log2cmax--; in FLAC__lpc_quantize_coefficients()
200 *shift = (int)precision - log2cmax - 1; in FLAC__lpc_quantize_coefficients()