Searched refs:data_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() argument184 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() argument192 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()