Searched defs:Segmentation (Results 1 – 2 of 2) sorted by relevance
1 # Segmentation chapter
356 struct Segmentation { struct359 bool FeatureActive(int segment_id, SegmentFeature feature) const { in FeatureActive()365 static bool FeatureSigned(SegmentFeature feature) { in FeatureSigned()371 bool enabled;372 bool update_map;373 bool update_data;374 bool temporal_update;377 bool segment_id_pre_skip;380 int8_t last_active_segment_id;382 bool feature_enabled[kMaxSegments][kSegmentFeatureMax];[all …]