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];
639 LOW_SYMBOLS + MID_SYMBOLS); in LengthEncoder()655 if (len < LOW_SYMBOLS) { in encode()660 len -= LOW_SYMBOLS; in encode()691 for (; i < LOW_SYMBOLS; ++i) in updatePrices()698 for (; i < LOW_SYMBOLS + MID_SYMBOLS; ++i) in updatePrices()701 i - LOW_SYMBOLS); in updatePrices()707 + 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()