Home
last modified time | relevance | path

Searched defs:get_te0_golomb (Results 1 – 1 of 1) sorted by relevance

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