Searched refs:r_high (Results 1 – 1 of 1) sorted by relevance
1045 const int r_high = std::min(r0 + size, r1 + size); in GetBlockOverlapArea() local1048 if (r_high >= r_low && c_high >= c_low) { in GetBlockOverlapArea()1049 return (r_high - r_low) * (c_high - c_low); in GetBlockOverlapArea()