Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dgolomb.h228 static inline int get_te_golomb(GetBitContext *gb, int range) in get_te_golomb() function
614 #define get_te_golomb(a, r) get_te(a, r, __FILE__, __func__, __LINE__) macro