Searched refs:log2cmax (Results 1 – 1 of 1) sorted by relevance
197 int log2cmax; in FLAC__lpc_quantize_coefficients() local199 (void)frexp(cmax, &log2cmax); in FLAC__lpc_quantize_coefficients()200 log2cmax--; in FLAC__lpc_quantize_coefficients()201 *shift = (int)precision - log2cmax - 1; in FLAC__lpc_quantize_coefficients()