Searched refs:btMode (Results 1 – 8 of 8) sorted by relevance
26 int btMode; /* 0 - hashChain Mode, 1 - binTree mode - normal, default = 1 */ member
25 Byte btMode; member
132 p->btMode = 1; in MatchFinder_SetDefaultSettings()243 if (p->btMode) in MatchFinder_Create()1007 if (!p->btMode) in MatchFinder_CreateVTable()
55 p->lc = p->lp = p->pb = p->algo = p->fb = p->btMode = p->numHashBytes = p->numThreads = -1; in LzmaEncProps_Init()82 if (p->btMode < 0) p->btMode = (p->algo == 0 ? 0 : 1); in LzmaEncProps_Normalize()84 if (p->mc == 0) p->mc = (16 + (p->fb >> 1)) >> (p->btMode ? 0 : 1); in LzmaEncProps_Normalize()89 ((p->btMode && p->algo) ? 2 : 1); in LzmaEncProps_Normalize()464 p->matchFinderBase.btMode = (Byte)(props.btMode ? 1 : 0); in LzmaEnc_SetProps()467 if (props.btMode) in LzmaEnc_SetProps()1970 p->mtMode = (p->multiThread && !p->fastMode && (p->matchFinderBase.btMode != 0)); in LzmaEnc_Alloc()
134 p->btMode = 1; in MatchFinder_SetDefaultSettings()245 if (p->btMode) in MatchFinder_Create()1009 if (!p->btMode) in MatchFinder_CreateVTable()