Home
last modified time | relevance | path

Searched refs:RANK_POSITION_DISTINCT_COUNT_CUTOFF (Results 1 – 1 of 1) sorted by relevance

/linux/lib/zstd/compress/
H A Dhuf_compress.c452 #define RANK_POSITION_DISTINCT_COUNT_CUTOFF RANK_POSITION_LOG_BUCKETS_BEGIN + BIT_highbit32(RANK_PO… macro
458 return (count < RANK_POSITION_DISTINCT_COUNT_CUTOFF) in HUF_getIndex()
582 for (n = RANK_POSITION_DISTINCT_COUNT_CUTOFF; n < RANK_POSITION_TABLE_SIZE - 1; ++n) { in HUF_sort()