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