Searched refs:BIT_MODEL_TOTAL (Results 1 – 3 of 3) sorted by relevance
21 = new int[BIT_MODEL_TOTAL >>> MOVE_REDUCING_BITS];37 for (int i = (1 << MOVE_REDUCING_BITS) / 2; i < BIT_MODEL_TOTAL;112 prob + ((BIT_MODEL_TOTAL - prob) >>> MOVE_BITS)); in encodeBit()128 return prices[(prob ^ ((-bit) & (BIT_MODEL_TOTAL - 1))) in getBitPrice()
19 static final int BIT_MODEL_TOTAL = 1 << BIT_MODEL_TOTAL_BITS; field in RangeCoder20 static final short PROB_INIT = (short)(BIT_MODEL_TOTAL / 2);
33 prob + ((BIT_MODEL_TOTAL - prob) >>> MOVE_BITS)); in decodeBit()