Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ round_two_signed
Function
round_two_signed
libavcodec/av1dec.c:150–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
static int64_t round_two_signed(int64_t x, uint16_t n)
151
{
152
return ((x<0) ? -((int64_t)round_two(-x, n)) : (int64_t)round_two(x, n));
153
}
154
155
/**
156
* Resolve divisor process.
Callers
1
get_shear_params_valid
Function · 0.85
Calls
1
round_two
Function · 0.85
Tested by
no test coverage detected