Searched refs:MID_SYMBOLS (Results 1 – 3 of 3) sorted by relevance
20 + LengthCoder.MID_SYMBOLS120 static final int MID_SYMBOLS = 1 << 3; field in LZMACoder.LengthCoder125 final short[][] mid = new short[POS_STATES_MAX][MID_SYMBOLS];
678 LOW_SYMBOLS + MID_SYMBOLS); in LengthEncoder()701 if (len < MID_SYMBOLS) { in encode()706 rc.encodeBitTree(high, len - MID_SYMBOLS); in encode()737 for (; i < LOW_SYMBOLS + MID_SYMBOLS; ++i) in updatePrices()747 - MID_SYMBOLS); in updatePrices()
196 + MATCH_LEN_MIN + LOW_SYMBOLS + MID_SYMBOLS; in decode()