Searched refs:b1_row (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() argument96 const int int_top = MAX(b1_row, b2_row); // top in block_overlap()102 const int int_bottom = MIN(b1_row + (4<<3), b2_row + (4<<3)); // bottom in block_overlap()