Home
last modified time | relevance | path

Searched refs:r_high (Results 1 – 1 of 1) sorted by relevance

/external/libaom/av1/qmode_rc/
Dratectrl_qmode.cc1045 const int r_high = std::min(r0 + size, r1 + size); in GetBlockOverlapArea() local
1048 if (r_high >= r_low && c_high >= c_low) { in GetBlockOverlapArea()
1049 return (r_high - r_low) * (c_high - c_low); in GetBlockOverlapArea()