Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c403 const size_t maxZeroScoreRun = 10; in FASTCOVER_buildDictionary() local
423 if (++zeroScoreRun >= maxZeroScoreRun) { in FASTCOVER_buildDictionary()
H A Dcover.c684 const size_t maxZeroScoreRun = MAX(10, MIN(100, epochs.num >> 3)); in COVER_buildDictionary() local
703 if (++zeroScoreRun >= maxZeroScoreRun) { in COVER_buildDictionary()