Searched refs:rankLast (Results 1 – 1 of 1) sorted by relevance
409 U32 rankLast[HUF_TABLELOG_MAX+2]; in HUF_setMaxHeight() local412 ZSTD_memset(rankLast, 0xF0, sizeof(rankLast)); in HUF_setMaxHeight()446 huffNode[rankLast[nBitsToDecrease]].nbBits++; in HUF_setMaxHeight()452 if (rankLast[nBitsToDecrease-1] == noSymbol) in HUF_setMaxHeight()453 rankLast[nBitsToDecrease-1] = rankLast[nBitsToDecrease]; in HUF_setMaxHeight()462 rankLast[nBitsToDecrease] = noSymbol; in HUF_setMaxHeight()464 rankLast[nBitsToDecrease]--; in HUF_setMaxHeight()480 if (rankLast[1] == noSymbol) { in HUF_setMaxHeight()484 rankLast[1] = (U32)(n+1); in HUF_setMaxHeight()488 huffNode[ rankLast[1] + 1 ].nbBits--; in HUF_setMaxHeight()[all …]