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

Function skip_bits

libavcodec/get_bits.h:383–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383static inline void skip_bits(GetBitContext *s, int n)
384{
385 OPEN_READER_NOSIZE_NOCACHE(re, s);
386 OPEN_READER_SIZE(re, s);
387 LAST_SKIP_BITS(re, s, n);
388 CLOSE_READER(re, s);
389}
390
391static inline unsigned int get_bits1(GetBitContext *s)
392{

Callers 15

vvcc_parse_ptlFunction · 0.85
vvcc_parse_vpsFunction · 0.85
vvcc_parse_spsFunction · 0.85
nal_unit_parse_headerFunction · 0.85
update_extradataFunction · 0.85
mov_read_ddtsFunction · 0.85
hvcc_parse_ptlFunction · 0.85
skip_hrd_parametersFunction · 0.85
hvcc_parse_vuiFunction · 0.85
hvcc_parse_vpsFunction · 0.85
hvcc_parse_spsFunction · 0.85
hvcc_parse_ppsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected