Searched refs:btMode (Results 1 – 8 of 8) sorted by relevance
22 int btMode; /* 0 - hashChain Mode, 1 - binTree mode - normal, default = 1 */ member
38 int btMode; member
62 p->lc = p->lp = p->pb = p->algo = p->fb = p->btMode = p->numHashBytes = p->numThreads = -1; in LzmaEncProps_Init()77 if (p->btMode < 0) p->btMode = (p->algo == 0 ? 0 : 1); in LzmaEncProps_Normalize()79 if (p->mc == 0) p->mc = (16 + (p->fb >> 1)) >> (p->btMode ? 0 : 1); in LzmaEncProps_Normalize()83 ((p->btMode && p->algo) ? 2 : 1); in LzmaEncProps_Normalize()448 p->matchFinderBase.btMode = props.btMode; in LzmaEnc_SetProps()451 if (props.btMode) in LzmaEnc_SetProps()1936 Bool btMode; in LzmaEnc_Alloc() local1941 btMode = (p->matchFinderBase.btMode != 0); in LzmaEnc_Alloc()1942 p->mtMode = (p->multiThread && !p->fastMode && btMode); in LzmaEnc_Alloc()
113 p->btMode = 1; in MatchFinder_SetDefaultSettings()219 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize); in MatchFinder_Create()731 if (!p->btMode) in MatchFinder_CreateVTable()
132 p->btMode = 1; in MatchFinder_SetDefaultSettings()238 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize); in MatchFinder_Create()750 if (!p->btMode) in MatchFinder_CreateVTable()