Lines Matching refs:segment_
45 int majority_seg = mb->segment_; in SmoothSegmentMap()
47 cnt[mb[-w - 1].segment_]++; // top-left in SmoothSegmentMap()
48 cnt[mb[-w + 0].segment_]++; // top in SmoothSegmentMap()
49 cnt[mb[-w + 1].segment_]++; // top-right in SmoothSegmentMap()
50 cnt[mb[ - 1].segment_]++; // left in SmoothSegmentMap()
51 cnt[mb[ + 1].segment_]++; // right in SmoothSegmentMap()
52 cnt[mb[ w - 1].segment_]++; // bottom-left in SmoothSegmentMap()
53 cnt[mb[ w + 0].segment_]++; // bottom in SmoothSegmentMap()
54 cnt[mb[ w + 1].segment_]++; // bottom-right in SmoothSegmentMap()
66 mb->segment_ = tmp[x + y * w]; in SmoothSegmentMap()
211 mb->segment_ = map[alpha]; in AssignSegments()
365 mb->segment_ = 0; // default segment in DefaultMBInfo()