Home | History | Annotate | Download | only in C

Lines Matching full:isrep

240   CLzmaProb isRep[kNumStates];

305 CLzmaProb isRep[kNumStates];
355 memcpy(dest->isRep, p->isRep, sizeof(p->isRep));
381 memcpy(dest->isRep, p->isRep, sizeof(p->isRep));
1022 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1072 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1243 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);
1285 GET_PRICE_1(p->isRep[state2]);
1363 GET_PRICE_1(p->isRep[state2]);
1399 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]);
1452 GET_PRICE_1(p->isRep[state2]);
1601 RangeEnc_EncodeBit(&p->rc, &p->isRep[p->state], 0);
1800 RangeEnc_EncodeBit(&p->rc, &p->isRep[p->state], 1);
1834 RangeEnc_EncodeBit(&p->rc, &p->isRep[p->state], 0);
1965 p->isRep[i] = kProbInitValue;