Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddirac_arith.h174 static inline int dirac_get_arith_uint(DiracArith *c, int follow_ctx, int data_ctx) in dirac_get_arith_uint() argument
184 ret += dirac_get_arith_bit(c, data_ctx); in dirac_get_arith_uint()
190 static inline int dirac_get_arith_int(DiracArith *c, int follow_ctx, int data_ctx) in dirac_get_arith_int() argument
192 int ret = dirac_get_arith_uint(c, follow_ctx, data_ctx); in dirac_get_arith_int()
193 if (ret && dirac_get_arith_bit(c, data_ctx+1)) in dirac_get_arith_int()