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

Function skip_bits1

libavcodec/get_bits.h:416–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416static inline void skip_bits1(GetBitContext *s)
417{
418 skip_bits(s, 1);
419}
420
421/**
422 * Read 0-32 bits.

Callers 15

vvcc_parse_vpsFunction · 0.85
vvcc_parse_spsFunction · 0.85
hvcc_parse_vuiFunction · 0.85
parse_rpsFunction · 0.85
hvcc_parse_spsFunction · 0.85
nal_unit_parse_headerFunction · 0.85
read_obu_with_sizeFunction · 0.85
ff_avc_decode_spsFunction · 0.85
parse_color_configFunction · 0.85
parse_sequence_headerFunction · 0.85
decode_frameFunction · 0.85

Calls 1

skip_bitsFunction · 0.85

Tested by

no test coverage detected