Searched refs:r_low (Results 1 – 1 of 1) sorted by relevance
1044 const int r_low = std::max(r0, r1); 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()