Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c214 static RK_U16 round_two(RK_U64 x, RK_U16 n) in round_two() function
223 return ((x < 0) ? -((RK_S64)round_two(-x, n)) : (RK_S64)round_two(x, n)); in round_two_signed()
237 f = round_two(e, *shift - AV1_DIV_LUT_BITS); in resolve_divisor()