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

Function put_bits_count

libavcodec/put_bits.h:90–93  ·  view source on GitHub ↗

* @return the total number of bits written to the bitstream. */

Source from the content-addressed store, hash-verified

88 * @return the total number of bits written to the bitstream.
89 */
90static inline int put_bits_count(PutBitContext *s)
91{
92 return (s->buf_ptr - s->buf) * 8 + BUF_BITS - s->bit_left;
93}
94
95/**
96 * @return the number of bytes output so far; may only be called

Callers 15

FUNC(frame_header_obu)Function · 0.85
output_frame_endFunction · 0.85
dv_decode_video_segmentFunction · 0.85
FUNC(metadata)Function · 0.85
generate_ext_v1Function · 0.85
generate_ext_v2Function · 0.85
cbs_av1_write_obuFunction · 0.85
put_bitstream_infoFunction · 0.85
aac_encode_frameFunction · 0.85
write_huff_codesFunction · 0.85
cbs_jpeg_write_scanFunction · 0.85

Calls

no outgoing calls

Tested by 1