Lines Matching defs:isMatch
372 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
463 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
509 COPY_ARR(d, s, isMatch) \
1136 GET_PRICE_1(p->isMatch[state][posState]) \
1314 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1322 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
1595 unsigned prob = p->isMatch[state][posState];
1781 + GET_PRICE_0(p->isMatch[state2][posState2])
1910 price += GET_PRICE_0(p->isMatch[state2][posState2]);
2106 CLzmaProb *prob = &p->isMatch[p->state][posState];
2412 RangeEnc_EncodeBit_0(&p->rc, &p->isMatch[kState_Start][0]);
2447 probs = &p->isMatch[p->state][posState];
2781 p->isMatch[i][j] = kProbInitValue;