Lines Matching refs:curByte
949 Byte curByte, matchByte;
1011 curByte = *data;
1014 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1028 LitEnc_GetPriceMatched(probs, curByte, matchByte, p->ProbPrices) :
1029 LitEnc_GetPrice(probs, curByte, p->ProbPrices));
1037 if (matchByte == curByte)
1142 Byte curByte, matchByte;
1231 curByte = *data;
1241 LitEnc_GetPriceMatched(probs, curByte, matchByte, p->ProbPrices) :
1242 LitEnc_GetPrice(probs, curByte, p->ProbPrices));
1258 if (matchByte == curByte && !(nextOpt->posPrev < cur && nextOpt->backPrev == 0))
1280 if (!nextIsChar && matchByte != curByte) /* speed optimization */
1765 Byte curByte;
1771 curByte = p->matchFinder.GetIndexByte(p->matchFinderObj, 0 - p->additionalOffset);
1772 LitEnc_Encode(&p->rc, p->litProbs, curByte);
1794 Byte curByte;
1800 curByte = *data;
1803 LitEnc_Encode(&p->rc, probs, curByte);
1805 LitEnc_EncodeMatched(&p->rc, probs, curByte, *(data - p->reps[0] - 1));