Searched defs:segmentation (Results 1 – 3 of 3) sorted by relevance
868 struct segmentation { struct869 uint8_t enabled;870 uint8_t update_map;871 uint8_t update_data;872 uint8_t temporal_update;874 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX];875 unsigned int feature_mask[MAX_SEGMENTS];876 int last_active_segid; // The highest numbered segment id that has some878 uint8_t segid_preskip; // Whether the segment id will be read before the
5765 struct segmentation { struct5766 uint8_t enabled;5767 uint8_t update_map;5768 uint8_t update_data;5769 uint8_t abs_delta;5770 uint8_t temporal_update;5781 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX];5782 unsigned int feature_mask[MAX_SEGMENTS];
78 } segmentation; member