OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_shiftlimit
(Results
1 - 1
of
1
) sorted by null
/external/flac/libFLAC/
lpc.c
184
const int
max_shiftlimit
= (1 << (FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN-1)) - 1;
local
185
const int min_shiftlimit = -
max_shiftlimit
- 1;
192
if(*shift >
max_shiftlimit
)
193
*shift =
max_shiftlimit
;
[
all
...]
Completed in 971 milliseconds