Home
last modified time | relevance | path

Searched defs:maxZeroScoreRun (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c411 const size_t maxZeroScoreRun = 10; in FASTCOVER_buildDictionary() local
H A Dcover.c692 const size_t maxZeroScoreRun = MAX(10, MIN(100, epochs.num >> 3)); in COVER_buildDictionary() local