Searched defs:MAX_SEGMENTS (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_seg_common.h23 #define MAX_SEGMENTS 8 macro
24 #define SEG_TREE_PROBS (MAX_SEGMENTS-1)
48 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX];
49 unsigned int feature_mask[MAX_SEGMENTS];
75 extern const vp9_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];

Completed in 35 milliseconds