Searched refs:log2cmax (Results 1 – 1 of 1) sorted by relevance
196 int log2cmax; in FLAC__lpc_quantize_coefficients() local198 (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()