Home
last modified time | relevance | path

Searched defs:footerBits (Results 1 – 3 of 3) sorted by relevance

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMAEncoder.java290 int footerBits = (distSlot >>> 1) - 1; in encodeMatch() local
450 int footerBits = (distSlot >>> 1) - 1; in updateDistPrices() local
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java1049 int footerBits = 30; in WriteEndMarker() local
1180 int footerBits = (int)((posSlot >> 1) - 1); in CodeOneBlock() local
1319 int footerBits = (int)((posSlot >> 1) - 1); in FillDistancesPrices() local
/external/lzma/C/
DLzmaEnc.c1714 UInt32 footerBits = ((posSlot >> 1) - 1); in FillDistancesPrices() local
1909 UInt32 footerBits = ((posSlot >> 1) - 1); in LzmaEnc_CodeOneBlock() local