Searched refs:GetLenToPosState (Results 1 – 10 of 10) sorted by relevance
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Base.java | 54 public static final int GetLenToPosState(int len) in GetLenToPosState() method in Base
|
D | Decoder.java | 273 int posSlot = m_PosSlotDecoder[Base.GetLenToPosState(len)].Decode(m_RangeDecoder); in Code()
|
D | Encoder.java | 492 int lenToPosState = Base.GetLenToPosState(len); in GetPosLenPrice() 1047 int lenToPosState = Base.GetLenToPosState(len); in WriteEndMarker() 1175 int lenToPosState = Base.GetLenToPosState(len); in CodeOneBlock()
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaBase.cs | 41 public static uint GetLenToPosState(uint len) in GetLenToPosState() method in SevenZip.Compression.LZMA.Base
|
D | LzmaDecoder.cs | 315 uint posSlot = m_PosSlotDecoder[Base.GetLenToPosState(len)].Decode(m_RangeDecoder); in Code()
|
D | LzmaEncoder.cs | 492 UInt32 lenToPosState = Base.GetLenToPosState(len); in GetPosLenPrice() 1047 UInt32 lenToPosState = Base.GetLenToPosState(len); in WriteEndMarker() 1177 UInt32 lenToPosState = Base.GetLenToPosState(len); in CodeOneBlock()
|
/external/lzma/C/ |
D | LzmaEnc.c | 452 #define GetLenToPosState(len) (((len) < kNumLenToPosStates + 1) ? (len) - 2 : kNumLenToPosStates - … macro 1086 UInt32 lenToPosState = GetLenToPosState(len); in GetOptimum() 1413 UInt32 lenToPosState = GetLenToPosState(lenTest); in GetOptimum() 1605 …RcTree_Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, (1 << kNumPosSlot… in WriteEndMarker() 1839 RcTree_Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, posSlot); in LzmaEnc_CodeOneBlock()
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaEnc.c | 453 #define GetLenToPosState(len) (((len) < kNumLenToPosStates + 1) ? (len) - 2 : kNumLenToPosStates - … macro 1087 UInt32 lenToPosState = GetLenToPosState(len); in GetOptimum() 1414 UInt32 lenToPosState = GetLenToPosState(lenTest); in GetOptimum() 1606 …RcTree_Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, (1 << kNumPosSlot… in WriteEndMarker() 1840 RcTree_Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, posSlot); in LzmaEnc_CodeOneBlock()
|
/external/chromium_org/third_party/lzma_sdk/ |
D | LzmaEnc.c | 452 #define GetLenToPosState(len) (((len) < kNumLenToPosStates + 1) ? (len) - 2 : kNumLenToPosStates - … macro 1086 UInt32 lenToPosState = GetLenToPosState(len); in GetOptimum() 1413 UInt32 lenToPosState = GetLenToPosState(lenTest); in GetOptimum() 1605 …RcTree_Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, (1 << kNumPosSlot… in WriteEndMarker() 1839 RcTree_Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, posSlot); in LzmaEnc_CodeOneBlock()
|
/external/chromium_org/third_party/brotli/src/ |
D | ots-lzma.patch | 3357 +#define GetLenToPosState(len) (((len) < kNumLenToPosStates + 1) ? (len) - 2 : kNumLenToPosStates -… 3991 + UInt32 lenToPosState = GetLenToPosState(len); 4318 + UInt32 lenToPosState = GetLenToPosState(lenTest); 4510 + RcTree_Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, (1 << kNumPosSl… 4744 + RcTree_Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, posSlot);
|