Searched refs:bh_in_mi_log2 (Results 1 – 1 of 1) sorted by relevance
224 const int bh_in_mi_log2 = mi_size_high_log2[bsize]; in has_top_right() local226 const int blk_row_in_sb = (mi_row & (sb_mi_size - 1)) >> bh_in_mi_log2; in has_top_right()416 const int bh_in_mi_log2 = mi_size_high_log2[bsize]; in has_bottom_left() local418 const int blk_row_in_sb = (mi_row & (sb_mi_size - 1)) >> bh_in_mi_log2; in has_bottom_left()426 blk_row_in_sb << (bh_in_mi_log2 + MI_SIZE_LOG2 - MI_SIZE_LOG2) >> in has_bottom_left()435 if (((blk_row_in_sb + 1) << bh_in_mi_log2) >= sb_mi_size) return 0; in has_bottom_left()