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

Function decode012

libavcodec/get_bits.h:676–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676static inline int decode012(GetBitContext *gb)
677{
678 int n;
679 n = get_bits1(gb);
680 if (n == 0)
681 return 0;
682 else
683 return get_bits1(gb) + 1;
684}
685
686static inline int decode210(GetBitContext *gb)
687{

Callers 13

msmpeg4v34_decode_mbFunction · 0.85
vc1_decode_p_blockFunction · 0.85
vc1_decode_b_mbFunction · 0.85
vc1_decode_b_mb_intfiFunction · 0.85
vc1_decode_b_mb_intfrFunction · 0.85
wmv2_decode_inter_blockFunction · 0.85
wmv2_decode_mbFunction · 0.85
decode_frame_headerFunction · 0.85
mss4_decode_frameFunction · 0.85

Calls 1

get_bits1Function · 0.85

Tested by

no test coverage detected