Searched refs:BIT_MODEL_TOTAL_BITS (Results 1 – 3 of 3) sorted by relevance
18 static final int BIT_MODEL_TOTAL_BITS = 11; field in RangeCoder19 static final int BIT_MODEL_TOTAL = 1 << BIT_MODEL_TOTAL_BITS;
49 = (BIT_MODEL_TOTAL_BITS << BIT_PRICE_SHIFT_BITS)102 int bound = (range >>> BIT_MODEL_TOTAL_BITS) * prob; in encodeBit()
26 int bound = (range >>> BIT_MODEL_TOTAL_BITS) * prob; in decodeBit()