Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dlpc.c194 const int max_shiftlimit = (1 << (FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN-1)) - 1; in FLAC__lpc_quantize_coefficients() local
195 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()