Searched refs:HUF_getIndex (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dhuf_compress.c457 static U32 HUF_getIndex(U32 const count) { function
552 * For symbol s let lowerRank = HUF_getIndex(count[n]) and rank = lowerRank + 1.
553 * See HUF_getIndex to see bucketing strategy.
559 U32 lowerRank = HUF_getIndex(count[n]);
574 U32 const r = HUF_getIndex(c) + 1;

Completed in 113 milliseconds