Lines Matching refs:offs
608 UInt32 offs = 0x100; in LitEnc_EncodeMatched() local
613 RangeEnc_EncodeBit(p, probs + (offs + (matchByte & offs) + (symbol >> 8)), (symbol >> 7) & 1); in LitEnc_EncodeMatched()
615 offs &= ~(matchByte ^ symbol); in LitEnc_EncodeMatched()
672 UInt32 offs = 0x100; in LitEnc_GetPriceMatched() local
677 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1); in LitEnc_GetPriceMatched()
679 offs &= ~(matchByte ^ symbol); in LitEnc_GetPriceMatched()
1097 UInt32 offs = 0; in GetOptimum() local
1098 while (len > matches[offs]) in GetOptimum()
1099 offs += 2; in GetOptimum()
1103 UInt32 distance = matches[offs + 1]; in GetOptimum()
1123 if (len == matches[offs]) in GetOptimum()
1125 offs += 2; in GetOptimum()
1126 if (offs == numPairs) in GetOptimum()
1420 UInt32 offs, curBack, posSlot; in GetOptimum() local
1425 offs = 0; in GetOptimum()
1426 while (startLen > matches[offs]) in GetOptimum()
1427 offs += 2; in GetOptimum()
1428 curBack = matches[offs + 1]; in GetOptimum()
1449 if (/*_maxMode && */lenTest == matches[offs]) in GetOptimum()
1495 offs += 2; in GetOptimum()
1496 if (offs == numPairs) in GetOptimum()
1498 curBack = matches[offs + 1]; in GetOptimum()