Searched defs:CLzmaEnc (Results 1 – 3 of 3) sorted by relevance
211 struct CLzmaEnc struct213 struct IMatchFinder matchFinder;214 void *matchFinderObj;216 struct CMatchFinder matchFinderBase;218 uint32_t optimumEndIndex;219 uint32_t optimumCurrentIndex;221 uint32_t longestMatchLength;222 uint32_t numPairs;223 uint32_t numAvail;224 struct COptimal opt[kNumOpts];[all …]
387 struct CLzmaEnc struct389 void *matchFinderObj;390 IMatchFinder2 matchFinder;392 unsigned optCur;393 unsigned optEnd;395 unsigned longestMatchLen;396 unsigned numPairs;397 UInt32 numAvail;399 unsigned state;400 unsigned numFastBytes;[all …]
57 typedef struct CLzmaEnc CLzmaEnc; typedef