Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dav1dec.c132 static uint64_t round_two(uint64_t x, uint16_t n) in round_two() function
141 return ((x<0) ? -((int64_t)round_two(-x, n)) : (int64_t)round_two(x, n)); in round_two_signed()
155 f = round_two(e, *shift - AV1_DIV_LUT_BITS); in resolve_divisor()

Completed in 3 milliseconds