OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MB_FEATURE_TREE_PROBS
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
vp8i.h
61
enum {
MB_FEATURE_TREE_PROBS
= 3,
133
uint8_t segments_[
MB_FEATURE_TREE_PROBS
];
/external/libvpx/libvpx/vp8/common/
blockd.h
27
#define
MB_FEATURE_TREE_PROBS
3
256
vp8_prob mb_segment_tree_probs[
MB_FEATURE_TREE_PROBS
]; /* Probability Tree used to code Segment number */
/external/webp/src/dec/
vp8i.h
61
enum {
MB_FEATURE_TREE_PROBS
= 3,
133
uint8_t segments_[
MB_FEATURE_TREE_PROBS
];
Completed in 239 milliseconds