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

Function get_bitalloc

libavcodec/dca.c:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158static BitAlloc dca_smpl_bitalloc[11]; ///< samples VLCs
159
160static av_always_inline int get_bitalloc(GetBitContext *gb, BitAlloc *ba, int idx)
161{
162 return get_vlc2(gb, ba->vlc[idx].table, ba->vlc[idx].bits, ba->wrap) + ba->offset;
163}
164
165typedef struct {
166 AVCodecContext *avctx;

Callers 3

get_scaleFunction · 0.85
dca_subframe_headerFunction · 0.85
dca_subsubframeFunction · 0.85

Calls 1

get_vlc2Function · 0.85

Tested by

no test coverage detected