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

Function get_bits_diff

libavcodec/mpegvideoenc.h:411–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409 const uint8_t *scantable, int last);
410
411static inline int get_bits_diff(MPVEncContext *s)
412{
413 const int bits = put_bits_count(&s->pb);
414 const int last = s->last_bits;
415
416 s->last_bits = bits;
417
418 return bits - last;
419}
420
421#endif

Callers 9

wmv2_encode_mbFunction · 0.85
msmpeg4_encode_mbFunction · 0.85
mpeg1_encode_mb_internalFunction · 0.85
mjpeg_encode_mbFunction · 0.85
write_slice_endFunction · 0.85
speedhq_encode_mbFunction · 0.85
h263_encode_mbFunction · 0.85
mpeg4_encode_mbFunction · 0.85

Calls 1

put_bits_countFunction · 0.85

Tested by

no test coverage detected