MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / decode_motion

Function decode_motion

libavcodec/eamad.c:175–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175static int decode_motion(GetBitContext *gb)
176{
177 int value = 0;
178 if (get_bits1(gb)) {
179 if (get_bits1(gb))
180 value = -17;
181 value += get_bits(gb, 4) + 1;
182 }
183 return value;
184}
185
186static void decode_mb(MadContext *t, int inter)
187{

Callers 1

decode_mbFunction · 0.85

Calls 2

get_bits1Function · 0.85
get_bitsFunction · 0.85

Tested by

no test coverage detected