MCPcopy 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
85static inline int shift(int a,int b)
86{
87 return (a+(1<<(b-1))) >> b;
88}
89
90static inline int shift_down(int a,int b)
91{

Callers 2

sonic_encode_frameFunction · 0.85
sonic_decode_frameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected