Searched refs:col_off_64 (Results 1 – 1 of 1) sorted by relevance
215 const int col_off_64 = col_off % plane_bw_unit_64; in has_top_right() local216 return col_off_64 + top_right_count_unit < plane_bw_unit_64; in has_top_right()391 const int col_off_64 = col_off % plane_bw_unit_64; in has_bottom_left() local392 if (col_off_64 == 0) { in has_bottom_left()