Home
last modified time | relevance | path

Searched refs:get_sr_golomb (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dgolomb.h531 static inline int get_sr_golomb(GetBitContext *gb, int k, int limit, in get_sr_golomb() function
Dffv1dec.c82 v = get_sr_golomb(gb, k, 12, bits); in get_vlc_symbol()