get_te_golomb     226 libavcodec/golomb.h static inline int get_te_golomb(GetBitContext *gb, int range)
get_te_golomb     612 libavcodec/golomb.h #define get_te_golomb(a, r)  get_te(a, r, __FILE__, __func__, __LINE__)