OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alpha_levels
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
alpha.c
222
const int
alpha_levels
= (quality <= 70) ? (2 + quality / 5)
local
224
ok = QuantizeLevels(quant_alpha, width, height,
alpha_levels
, &sse);
/external/webp/src/enc/
alpha.c
222
const int
alpha_levels
= (quality <= 70) ? (2 + quality / 5)
local
224
ok = QuantizeLevels(quant_alpha, width, height,
alpha_levels
, &sse);
Completed in 714 milliseconds