Searched refs:blk_row_in_sb (Results 1 – 2 of 2) sorted by relevance
227 const int blk_row_in_sb = (mi_row & (sb_mi_size - 1)) >> bh_in_mi_log2; in has_top_right() local232 if (blk_row_in_sb == 0) return 1; in has_top_right()243 ((blk_row_in_sb + 0) << (MAX_MIB_SIZE_LOG2 - bw_in_mi_log2)) + in has_top_right()419 const int blk_row_in_sb = (mi_row & (sb_mi_size - 1)) >> bh_in_mi_log2; in has_bottom_left() local427 blk_row_in_sb << (bh_in_mi_log2 + MI_SIZE_LOG2 - MI_SIZE_LOG2) >> in has_bottom_left()436 if (((blk_row_in_sb + 1) << bh_in_mi_log2) >= sb_mi_size) return 0; in has_bottom_left()441 ((blk_row_in_sb + 0) << (MAX_MIB_SIZE_LOG2 - bw_in_mi_log2)) + in has_bottom_left()
775 const int blk_row_in_sb = mi_row & (sb_size_in_mi - 1); in wait_for_top_right_sb() local778 (blk_row_in_sb == 0) && (blk_col_in_sb + bw_in_mi >= sb_size_in_mi); in wait_for_top_right_sb()