Searched refs:LOW_SYMBOLS (Results 1 – 3 of 3) sorted by relevance
19 static final int MATCH_LEN_MAX = MATCH_LEN_MIN + LengthCoder.LOW_SYMBOLS119 static final int LOW_SYMBOLS = 1 << 3; field in LZMACoder.LengthCoder124 final short[][] low = new short[POS_STATES_MAX][LOW_SYMBOLS];
678 LOW_SYMBOLS + MID_SYMBOLS); in LengthEncoder()694 if (len < LOW_SYMBOLS) { in encode()699 len -= LOW_SYMBOLS; in encode()730 for (; i < LOW_SYMBOLS; ++i) in updatePrices()737 for (; i < LOW_SYMBOLS + MID_SYMBOLS; ++i) in updatePrices()740 i - LOW_SYMBOLS); in updatePrices()746 + RangeEncoder.getBitTreePrice(high, i - LOW_SYMBOLS in updatePrices()
193 + MATCH_LEN_MIN + LOW_SYMBOLS; in decode()196 + MATCH_LEN_MIN + LOW_SYMBOLS + MID_SYMBOLS; in decode()