Searched refs:follow_ctx (Results 1 – 1 of 1) sorted by relevance
174 static inline int dirac_get_arith_uint(DiracArith *c, int follow_ctx, int data_ctx) in dirac_get_arith_uint() argument177 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() argument192 int ret = dirac_get_arith_uint(c, follow_ctx, data_ctx); in dirac_get_arith_int()