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/webp/src/dec/
vp8i.h
60
MAX_NUM_PARTITIONS
= 8,
194
VP8BitReader parts_[
MAX_NUM_PARTITIONS
];
/external/webp/src/enc/
vp8enci.h
53
MAX_NUM_PARTITIONS
= 8,
325
// number of partitions (1, 2, 4 or 8 =
MAX_NUM_PARTITIONS
)
330
VP8BitWriter parts_[
MAX_NUM_PARTITIONS
]; // token partitions
Completed in 82 milliseconds