Home
last modified time | relevance | path

Searched refs:matchFinderBase (Results 1 – 1 of 1) sorted by relevance

/external/lzma/C/
DLzmaEnc.c279 CMatchFinder matchFinderBase; member
424 p->matchFinderBase.btMode = props.btMode; in LzmaEnc_SetProps()
434 p->matchFinderBase.numHashBytes = numHashBytes; in LzmaEnc_SetProps()
437 p->matchFinderBase.cutValue = props.mc; in LzmaEnc_SetProps()
1629 if (p->matchFinderBase.result != SZ_OK) in CheckErrors()
1692 MatchFinder_Construct(&p->matchFinderBase); in LzmaEnc_Construct()
1695 p->matchFinderMt.MatchFinder = &p->matchFinderBase; in LzmaEnc_Construct()
1735 MatchFinder_Free(&p->matchFinderBase, allocBig); in LzmaEnc_Destruct()
1916 p->mtMode = (p->multiThread && !p->fastMode && (p->matchFinderBase.btMode != 0)); in LzmaEnc_Alloc()
1935 p->matchFinderBase.bigHash = (p->dictSize > kBigHashDicLimit); in LzmaEnc_Alloc()
[all …]