Searched refs:b2_col (Results 1 – 1 of 1) sorted by relevance
94 static int block_overlap(int b1_row, int b1_col, int b2_row, int b2_col) in block_overlap() argument97 const int int_left = MAX(b1_col, b2_col); // left in block_overlap()101 const int int_right = MIN(b1_col + (4<<3), b2_col + (4<<3)); // right in block_overlap()