Searched refs:b1_col (Results 1 – 1 of 1) sorted by relevance
95 static int block_overlap(int b1_row, int b1_col, int b2_row, int b2_col) in block_overlap() argument98 const int int_left = VPXMAX(b1_col, b2_col); // left in block_overlap()102 const int int_right = VPXMIN(b1_col + (4<<3), b2_col + (4<<3)); // right in block_overlap()