Searched refs:get_te (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | golomb.h | 597 static inline int get_te(GetBitContext *s, int r, char *file, const char *func, in get_te() function 614 #define get_te_golomb(a, r) get_te(a, r, __FILE__, __func__, __LINE__) 615 #define get_te0_golomb(a, r) get_te(a, r, __FILE__, __func__, __LINE__)
|