Searched refs:isRep0Long (Results 1 – 4 of 4) sorted by relevance
45 final short[][] isRep0Long = new short[State.STATES][POS_STATES_MAX]; field in LZMACoder79 for (int i = 0; i < isRep0Long.length; ++i) in reset()80 RangeCoder.initProbs(isRep0Long[i]); in reset()
356 rc.encodeBit(isRep0Long[state.get()], posState, len == 1 ? 0 : 1); in encodeRepMatch()414 + RangeEncoder.getBitPrice(isRep0Long[state.get()][posState], in getShortRepPrice()424 isRep0Long[state.get()][posState], 1); in getLongRepPrice()
103 if (rc.decodeBit(isRep0Long[state.get()], posState) == 0) { in decodeRepMatch()
285 CLzmaProb isRep0Long[kNumStates][LZMA_NUM_PB_STATES_MAX]; member370 CLzmaProb isRep0Long[kNumStates][LZMA_NUM_PB_STATES_MAX]; member415 COPY_ARR(dest, p, isRep0Long); in LzmaEnc_SaveState()441 COPY_ARR(dest, p, isRep0Long); in LzmaEnc_RestoreState()1032 ( GET_PRICE_0(p->isRepG0[state]) + GET_PRICE_0(p->isRep0Long[state][posState]))1036 + GET_PRICE_1(p->isRep0Long[state][posState])) \1048 price += GET_PRICE_1(p->isRep0Long[state][posState]); in GetPrice_PureRep()2362 probs = &p->isRep0Long[p->state][posState]; in LzmaEnc_CodeOneBlock()2634 p->isRep0Long[i][j] = kProbInitValue; in LzmaEnc_Init()