Home | History | Annotate | Download | only in C

Lines Matching full:offs

588   UInt32 offs = 0x100;

593 RangeEnc_EncodeBit(p, probs + (offs + (matchByte & offs) + (symbol >> 8)), (symbol >> 7) & 1);
595 offs &= ~(matchByte ^ symbol);
652 UInt32 offs = 0x100;
657 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1);
659 offs &= ~(matchByte ^ symbol);
1077 UInt32 offs = 0;
1078 while (len > matches[offs])
1079 offs += 2;
1083 UInt32 distance = matches[offs + 1];
1103 if (len == matches[offs])
1105 offs += 2;
1106 if (offs == numPairs)
1400 UInt32 offs, curBack, posSlot;
1405 offs = 0;
1406 while (startLen > matches[offs])
1407 offs += 2;
1408 curBack = matches[offs + 1];
1429 if (/*_maxMode && */lenTest == matches[offs])
1475 offs += 2;
1476 if (offs == numPairs)
1478 curBack = matches[offs + 1];