Searched refs:dirac_get_arith_bit (Results 1 – 2 of 2) sorted by relevance
133 static inline int dirac_get_arith_bit(DiracArith *c, int ctx) in dirac_get_arith_bit() function177 while (!dirac_get_arith_bit(c, follow_ctx)) { in dirac_get_arith_uint()184 ret += dirac_get_arith_bit(c, data_ctx); in dirac_get_arith_uint()193 if (ret && dirac_get_arith_bit(c, data_ctx+1)) in dirac_get_arith_int()
475 sign = dirac_get_arith_bit(c, SIGN_CTX(sign_pred)); \500 zero_block = dirac_get_arith_bit(c, CTX_ZERO_BLOCK); in codeblock()1448 block->ref ^= dirac_get_arith_bit(arith, CTX_PMODE_REF1); in decode_block_params()1452 block->ref ^= dirac_get_arith_bit(arith, CTX_PMODE_REF2) << 1; in decode_block_params()1464 block->ref ^= dirac_get_arith_bit(arith, CTX_GLOBAL_BLOCK) << 2; in decode_block_params()