Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2558
static inline int bits_bytes_left(bitbuf_t *bb)
2559
{
2560
return bb->size - (bb->pos >> 3);
2561
}
2562
2563
static inline unsigned int bits_peek(bitbuf_t *bb, int bits)
2564
{
Callers
5
decode_element_descriptors
Function · 0.85
parse_pes_header
Function · 0.85
parse_pack_header
Function · 0.85
hb_parse_ps
Function · 0.85
decode_ps_map
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected