Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ aligned
Function
aligned
libavformat/dashdec.c:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
static int aligned(int val)
175
{
176
return ((val + 0x3F) >> 6) << 6;
177
}
178
179
static uint64_t get_current_time_in_sec(void)
180
{
Callers
15
resolve_content_path
Function · 0.85
parse_manifest_representation
Function · 0.85
hevc_mc_uni_lsx.c
File · 0.85
hevc_idct_lsx.c
File · 0.85
h264qpel_lasx.c
File · 0.85
hevcdsp_lsx.c
File · 0.85
ff_loop_filter_v_16_16_lsx
Function · 0.85
ff_loop_filter_h_16_8_lsx
Function · 0.85
ff_loop_filter_h_16_16_lsx
Function · 0.85
hevc_mc_bi_lsx.c
File · 0.85
hevc_mc_uniw_lsx.c
File · 0.85
sad16_x2_altivec
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected