OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_threshold
(Results
1 - 1
of
1
) sorted by null
/external/webp/src/utils/
quant_levels_dec.c
167
const int
max_threshold
= threshold2 << DFIX;
local
172
: (i < threshold1) ?
max_threshold
* (threshold1 - i) / delta
Completed in 222 milliseconds