Lines Matching defs:curByte
1231 Byte curByte, matchByte;
1295 curByte = *data;
1302 if (last < 2 && curByte != matchByte)
1316 LitEnc_Matched_GetPrice(probs, curByte, matchByte, p->ProbPrices) :
1317 LitEnc_GetPrice(probs, curByte, p->ProbPrices));
1326 if (matchByte == curByte && repLens[0] == 0)
1449 Byte curByte, matchByte;
1579 curByte = *data;
1607 && matchByte == curByte)
1615 LitEnc_Matched_GetPrice(probs, curByte, matchByte, p->ProbPrices) :
1616 LitEnc_GetPrice(probs, curByte, p->ProbPrices));
1639 if (matchByte == curByte)
1671 && matchByte != curByte
2408 Byte curByte;
2414 curByte = *(p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - p->additionalOffset);
2415 LitEnc_Encode(&p->rc, p->litProbs, curByte);
2459 Byte curByte;
2467 curByte = *data;
2471 LitEnc_Encode(&p->rc, probs, curByte);
2473 LitEnc_EncodeMatched(&p->rc, probs, curByte, *(data - p->reps[0]));