Searched refs:round_two (Results 1 – 1 of 1) sorted by relevance
217 static RK_U16 round_two(RK_U64 x, RK_U16 n) in round_two() function226 return ((x < 0) ? -((RK_S64)round_two(-x, n)) : (RK_S64)round_two(x, n)); in round_two_signed()240 f = round_two(e, *shift - AV1_DIV_LUT_BITS); in resolve_divisor()