MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / bits_bytes_left

Function bits_bytes_left

libhb/stream.c:2558–2561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2556}
2557
2558static inline int bits_bytes_left(bitbuf_t *bb)
2559{
2560 return bb->size - (bb->pos >> 3);
2561}
2562
2563static inline unsigned int bits_peek(bitbuf_t *bb, int bits)
2564{

Callers 5

parse_pes_headerFunction · 0.85
parse_pack_headerFunction · 0.85
hb_parse_psFunction · 0.85
decode_ps_mapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected