Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dgolomb.h241 static inline int get_se_golomb(GetBitContext *gb) in get_se_golomb() function
613 #define get_se_golomb(a) get_se(a, __FILE__, __func__, __LINE__) macro
/third_party/ffmpeg/libavformat/
Davc.c328 static inline int get_se_golomb(GetBitContext *gb) { in get_se_golomb() function