OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_VARIABLE_LEVEL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
vp8enci.h
61
MAX_VARIABLE_LEVEL
= 67, // last (inclusive) level with variable cost
190
typedef uint16_t CostArray[NUM_CTX][
MAX_VARIABLE_LEVEL
+ 1];
/external/webp/src/enc/
vp8enci.h
61
MAX_VARIABLE_LEVEL
= 67, // last (inclusive) level with variable cost
190
typedef uint16_t CostArray[NUM_CTX][
MAX_VARIABLE_LEVEL
+ 1];
Completed in 521 milliseconds