Searched refs:blk_row_in_sb (Results 1 – 1 of 1) sorted by relevance
226 const int blk_row_in_sb = (mi_row & (sb_mi_size - 1)) >> bh_in_mi_log2; in has_top_right() local231 if (blk_row_in_sb == 0) return 1; in has_top_right()242 ((blk_row_in_sb + 0) << (MAX_MIB_SIZE_LOG2 - bw_in_mi_log2)) + in has_top_right()418 const int blk_row_in_sb = (mi_row & (sb_mi_size - 1)) >> bh_in_mi_log2; in has_bottom_left() local426 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()440 ((blk_row_in_sb + 0) << (MAX_MIB_SIZE_LOG2 - bw_in_mi_log2)) + in has_bottom_left()