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

  /external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/
Encoder.java 442 int GetRepPrice (int repIndex, int len, int state, int posState) {
765 int curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
787 int curAndLenPrice = repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState);
809 + GetRepPrice(repIndex, lenTest, state, posState)
827 int curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
895 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 483 int GetRepPrice(int repIndex, int len, int state, int posState)
864 int curAndLenPrice = nextRepMatchPrice + GetRepPrice(
891 int curAndLenPrice = repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState);
918 repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState) +
934 int curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
1007 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 483 UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt32 posState)
864 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice(
891 UInt32 curAndLenPrice = repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState);
918 repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState) +
934 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
1007 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
    [all...]
  /external/lzma/C/
LzmaEnc.c 898 static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState)
    [all...]

Completed in 442 milliseconds