Searched refs:targetLog (Results 1 – 1 of 1) sorted by relevance
571 static void HUF_fillDTableX2(HUF_DEltX2* DTable, const U32 targetLog, in HUF_fillDTableX2() argument577 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX2()593 const U32 length = 1 << (targetLog-nbBits); in HUF_fillDTableX2()595 if (targetLog-nbBits >= minBits) { /* enough room for a second symbol */ in HUF_fillDTableX2()600 HUF_fillDTableX2Level2(DTable+start, targetLog-nbBits, nbBits, in HUF_fillDTableX2()