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

Function mp_get_vlc

libavcodec/motionpixels.c:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200static av_always_inline int mp_get_vlc(MotionPixelsContext *mp, GetBitContext *gb)
201{
202 return mp->vlc.table ? get_vlc2(gb, mp->vlc.table, mp->max_codes_bits, 1)
203 : mp->codes[0].delta;
204}
205
206static void mp_decode_line(MotionPixelsContext *mp, GetBitContext *gb, int y)
207{

Callers 2

mp_decode_lineFunction · 0.85
mp_decode_frame_helperFunction · 0.85

Calls 1

get_vlc2Function · 0.85

Tested by

no test coverage detected