Searched refs:last_active_segid (Results 1 – 5 of 5) sorted by relevance
47 int last_active_segid; // The highest numbered segment id that has some member78 dst->last_active_segid = src->last_active_segid; in segfeatures_copy()
44 seg->last_active_segid = 0; in calculate_segdata()49 seg->last_active_segid = i; in calculate_segdata()
274 av1_neg_deinterleave(coded_id, pred, seg->last_active_segid + 1); in read_segment_id()276 if (segment_id < 0 || segment_id > seg->last_active_segid) { in read_segment_id()
5687 const int last_active_segid = cm->seg.last_active_segid; in av1_encode_frame() local5691 map[mi_col] = AOMMIN(map[mi_col], last_active_segid); in av1_encode_frame()
481 av1_neg_interleave(mbmi->segment_id, pred, seg->last_active_segid + 1); in write_segment_id()