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