Home
last modified time | relevance | path

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

/external/libaom/av1/qmode_rc/
Dratectrl_qmode.cc1044 const int r_low = std::max(r0, r1); 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()