Searched refs:rankLast (Results 1 – 1 of 1) sorted by relevance
277 U32 rankLast[HUF_TABLELOG_MAX+2]; in HUF_setMaxHeight() local280 ZSTD_memset(rankLast, 0xF0, sizeof(rankLast)); in HUF_setMaxHeight()314 huffNode[rankLast[nBitsToDecrease]].nbBits++; in HUF_setMaxHeight()320 if (rankLast[nBitsToDecrease-1] == noSymbol) in HUF_setMaxHeight()321 rankLast[nBitsToDecrease-1] = rankLast[nBitsToDecrease]; in HUF_setMaxHeight()330 rankLast[nBitsToDecrease] = noSymbol; in HUF_setMaxHeight()332 rankLast[nBitsToDecrease]--; in HUF_setMaxHeight()348 if (rankLast[1] == noSymbol) { in HUF_setMaxHeight()352 rankLast[1] = (U32)(n+1); in HUF_setMaxHeight()356 huffNode[ rankLast[1] + 1 ].nbBits--; in HUF_setMaxHeight()[all …]
Completed in 5 milliseconds