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

Function bits_clone

libhb/stream.c:2552–2556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2550}
2551
2552static inline void bits_clone( bitbuf_t *dst, bitbuf_t *src, int bufsize )
2553{
2554 *dst = *src;
2555 dst->size = (dst->pos >> 3) + bufsize;
2556}
2557
2558static inline int bits_bytes_left(bitbuf_t *bb)
2559{

Callers 4

decode_program_mapFunction · 0.85
parse_pes_headerFunction · 0.85
hb_parse_psFunction · 0.85
decode_ps_mapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected