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

/external/flac/libFLAC/
H A Dlpc.c195 const int max_shiftlimit = (1 << (FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN-1)) - 1; local
196 const int min_shiftlimit = -max_shiftlimit - 1;
203 if(*shift > max_shiftlimit)
204 *shift = max_shiftlimit;

Completed in 111 milliseconds