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

Function get_bits_diff

libavcodec/mpegvideo.h:741–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739}
740
741static inline int get_bits_diff(MpegEncContext *s){
742 const int bits= put_bits_count(&s->pb);
743 const int last= s->last_bits;
744
745 s->last_bits = bits;
746
747 return bits - last;
748}
749
750static inline int ff_h263_round_chroma(int x){
751 static const uint8_t h263_chroma_roundtab[16] = {

Callers 5

msmpeg4_encode_mbFunction · 0.85
mpeg1_encode_mb_internalFunction · 0.85
write_slice_endFunction · 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