Searched refs:plane_bw_unit_64 (Results 1 – 1 of 1) sorted by relevance
214 const int plane_bw_unit_64 = mi_size_wide[BLOCK_64X64] >> ss_x; in has_top_right() local215 const int col_off_64 = col_off % plane_bw_unit_64; in has_top_right()216 return col_off_64 + top_right_count_unit < plane_bw_unit_64; in has_top_right()390 const int plane_bw_unit_64 = mi_size_wide[BLOCK_64X64] >> ss_x; in has_bottom_left() local391 const int col_off_64 = col_off % plane_bw_unit_64; in has_bottom_left()