Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/numerics/
Ddivide_round.h40 auto half_of_divisor = (divisor - 1) / 2; in DivideRoundToNearest() local
43 return quotient + (rtc::SafeGt(remainder, half_of_divisor) ? 1 : 0); in DivideRoundToNearest()