OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_NUM_PARTITIONS
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
vp8i.h
65
MAX_NUM_PARTITIONS
= 8,
216
VP8BitReader parts_[
MAX_NUM_PARTITIONS
];
/external/webp/src/dec/
vp8i.h
65
MAX_NUM_PARTITIONS
= 8,
216
VP8BitReader parts_[
MAX_NUM_PARTITIONS
];
/external/chromium_org/third_party/libwebp/enc/
vp8enci.h
55
MAX_NUM_PARTITIONS
= 8,
385
// number of partitions (1, 2, 4 or 8 =
MAX_NUM_PARTITIONS
)
390
VP8BitWriter parts_[
MAX_NUM_PARTITIONS
]; // token partitions
syntax.c
254
uint8_t buf[3 * (
MAX_NUM_PARTITIONS
- 1)];
/external/webp/src/enc/
vp8enci.h
55
MAX_NUM_PARTITIONS
= 8,
385
// number of partitions (1, 2, 4 or 8 =
MAX_NUM_PARTITIONS
)
390
VP8BitWriter parts_[
MAX_NUM_PARTITIONS
]; // token partitions
syntax.c
254
uint8_t buf[3 * (
MAX_NUM_PARTITIONS
- 1)];
Completed in 27 milliseconds