MCPcopy 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
174static int aligned(int val)
175{
176 return ((val + 0x3F) >> 6) << 6;
177}
178
179static uint64_t get_current_time_in_sec(void)
180{

Callers 15

resolve_content_pathFunction · 0.85
hevc_mc_uni_lsx.cFile · 0.85
hevc_idct_lsx.cFile · 0.85
h264qpel_lasx.cFile · 0.85
hevcdsp_lsx.cFile · 0.85
hevc_mc_bi_lsx.cFile · 0.85
hevc_mc_uniw_lsx.cFile · 0.85
sad16_x2_altivecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected