Searched refs:CSEGS (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | segmentation.c | 98 #define CSEGS(cs_bw, cs_bh, cs_rowoff, cs_coloff) \ in count_segs_sb() macro 108 case PARTITION_NONE: CSEGS(bs, bs, 0, 0); break; in count_segs_sb() 110 CSEGS(bs, hbs, 0, 0); in count_segs_sb() 111 CSEGS(bs, hbs, hbs, 0); in count_segs_sb() 114 CSEGS(hbs, bs, 0, 0); in count_segs_sb() 115 CSEGS(hbs, bs, 0, hbs); in count_segs_sb() 118 CSEGS(hbs, hbs, 0, 0); in count_segs_sb() 119 CSEGS(hbs, hbs, 0, hbs); in count_segs_sb() 120 CSEGS(bs, hbs, hbs, 0); in count_segs_sb() 123 CSEGS(bs, hbs, 0, 0); in count_segs_sb() [all …]
|