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

Function read_code012

libavcodec/rv60dec.c:340–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340static int read_code012(GetBitContext * gb)
341{
342 if (!get_bits1(gb))
343 return 0;
344 return get_bits1(gb) + 1;
345}
346
347static int read_frame_header(RV60Context *s, GetBitContext *gb, int * width, int * height)
348{

Callers 3

read_frame_headerFunction · 0.85
read_intra_modeFunction · 0.85
read_qp_offsetFunction · 0.85

Calls 1

get_bits1Function · 0.85

Tested by

no test coverage detected