Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ get_bits_count
Function
get_bits_count
libavcodec/get_bits.h:254–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
253
254
static inline int get_bits_count(const GetBitContext *s)
255
{
256
return s->index;
257
}
258
259
/**
260
* Get the size of the GetBitContext's buffer in bytes.
Callers
15
ff_iamf_parse_obu_header
Function · 0.85
write_configuration_record
Function · 0.85
read_obu_with_size
Function · 0.85
read_sl_header
Function · 0.85
send_picture
Function · 0.85
qt_rtp_parse_packet
Function · 0.85
ff_rdt_parse_header
Function · 0.85
cbs_h265_read_nal_unit
Function · 0.85
find_group3_syncmarker
Function · 0.85
cfhd_decode
Function · 0.85
tak_decode_frame
Function · 0.85
mss2_decode_frame
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_apv_read_vlc
Function · 0.68
test_apv_entropy_decode_block
Function · 0.68