Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ shift
Function
shift
libavcodec/sonic.c:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
static inline int shift(int a,int b)
86
{
87
return (a+(1<<(b-1))) >> b;
88
}
89
90
static inline int shift_down(int a,int b)
91
{
Callers
2
sonic_encode_frame
Function · 0.85
sonic_decode_frame
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected