Home | History | Annotate | Download | only in C

Lines Matching defs:GetLenToPosState

452 #define GetLenToPosState(len) (((len) < kNumLenToPosStates + 1) ? (len) - 2 : kNumLenToPosStates - 1)

1086 UInt32 lenToPosState = GetLenToPosState(len);
1413 UInt32 lenToPosState = GetLenToPosState(lenTest);
1605 RcTree_Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, (1 << kNumPosSlotBits) - 1);
1839 RcTree_Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, posSlot);