Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c217 static RK_U16 round_two(RK_U64 x, RK_U16 n) in round_two() function
226 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()