Home
last modified time | relevance | path

Searched refs:follow_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
177 while (!dirac_get_arith_bit(c, follow_ctx)) { in dirac_get_arith_uint()
185 follow_ctx = ff_dirac_next_ctx[follow_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()