Lines Matching refs:hbs
162 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2; in count_segs_sb() local
174 t_unpred_seg_counts, bs, hbs, mi_row, mi_col); in count_segs_sb()
175 count_segs(cm, xd, tile, mi + hbs * mis, no_pred_segcounts, in count_segs_sb()
176 temporal_predictor_count, t_unpred_seg_counts, bs, hbs, in count_segs_sb()
177 mi_row + hbs, mi_col); in count_segs_sb()
180 t_unpred_seg_counts, hbs, bs, mi_row, mi_col); in count_segs_sb()
181 count_segs(cm, xd, tile, mi + hbs, no_pred_segcounts, in count_segs_sb()
182 temporal_predictor_count, t_unpred_seg_counts, hbs, bs, mi_row, in count_segs_sb()
183 mi_col + hbs); in count_segs_sb()
191 const int mi_dc = hbs * (n & 1); in count_segs_sb()
192 const int mi_dr = hbs * (n >> 1); in count_segs_sb()