OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_NUM_PARTITIONS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
vp8i.h
64
MAX_NUM_PARTITIONS
= 8,
252
VP8BitReader parts_[
MAX_NUM_PARTITIONS
];
/external/chromium_org/third_party/libwebp/enc/
vp8enci.h
55
MAX_NUM_PARTITIONS
= 8,
413
// number of partitions (1, 2, 4 or 8 =
MAX_NUM_PARTITIONS
)
418
VP8BitWriter parts_[
MAX_NUM_PARTITIONS
]; // token partitions
Completed in 464 milliseconds