HomeSort by relevance Sort by last modified time
    Searched refs:GetRepLen1Price (Results 1 - 5 of 5) sorted by null

  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 455 int GetRepLen1Price(int state, int posState)
617 int shortRepPrice = repMatchPrice + GetRepLen1Price(_state, posState);
829 int shortRepPrice = repMatchPrice + GetRepLen1Price(state, posState);
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 455 UInt32 GetRepLen1Price(Base.State state, UInt32 posState)
617 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(_state, posState);
829 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(state, posState);
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 856 static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState)
1026 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState);
1247 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState);
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 857 static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState)
1027 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState);
1248 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState);
    [all...]
  /external/lzma/C/
LzmaEnc.c 856 static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState)
1026 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState);
    [all...]

Completed in 64 milliseconds