OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VariableLevelCost
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
cost.c
339
static int
VariableLevelCost
(int level, const uint8_t probas[NUM_PROBAS]) {
371
table[v] = cost_base +
VariableLevelCost
(v, p);
/external/webp/src/enc/
cost.c
339
static int
VariableLevelCost
(int level, const uint8_t probas[NUM_PROBAS]) {
371
table[v] = cost_base +
VariableLevelCost
(v, p);
Completed in 50 milliseconds