Home | History | Annotate | Download | only in C

Lines Matching refs:posSlot

109 #define PosSlot (IsRep0Long + (kNumStates << kNumPosBitsMax))

110 #define SpecPos (PosSlot + (kNumLenToPosStates << kNumPosSlotBits))
329 prob = probs + PosSlot +
334 unsigned posSlot = (unsigned)distance;
337 if (posSlot < kEndPosModelIndex)
340 prob = probs + SpecPos + distance - posSlot - 1;
665 unsigned posSlot;
666 prob = probs + PosSlot +
669 TREE_DECODE_CHECK(prob, 1 << kNumPosSlotBits, posSlot);
670 if (posSlot >= kStartPosModelIndex)
672 int numDirectBits = ((posSlot >> 1) - 1);
676 if (posSlot < kEndPosModelIndex)
678 prob = probs + SpecPos + ((2 | (posSlot & 1)) << numDirectBits) - posSlot - 1;