Searched refs:max_shiftlimit (Results 1 – 1 of 1) sorted by relevance
194 const int max_shiftlimit = (1 << (FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN-1)) - 1; in FLAC__lpc_quantize_coefficients() local195 const int min_shiftlimit = -max_shiftlimit - 1; in FLAC__lpc_quantize_coefficients()202 if(*shift > max_shiftlimit) in FLAC__lpc_quantize_coefficients()203 *shift = max_shiftlimit; in FLAC__lpc_quantize_coefficients()