Home
last modified time | relevance | path

Searched refs:smallDist (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1030 boolean ChangePair(int smallDist, int bigDist) in ChangePair() argument
1033 return (smallDist < (1 << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs1030 bool ChangePair(UInt32 smallDist, UInt32 bigDist) in ChangePair() argument
1033 return (smallDist < ((UInt32)(1) << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
/third_party/lzma/C/
H A DLzmaEnc.c1966 #define ChangePair(smallDist, bigDist) (((bigDist) >> 7) > (smallDist))

Completed in 8 milliseconds