Lines Matching full:means
204 …int compressionLevel; /*< optimize for a specific zstd compression level; 0 means default */
206 unsigned dictID; /*< force dictID value; 0 means auto mode (32-bits random value)
280 * For others, value 0 means default.
285 … /* Number of steps : Only used for optimization : 0 means default (40) : Higher means more…
286 …unsigned nbThreads; /* Number of threads : constraint: 0 < nbThreads : 1 means single-thr…
287 …the last nbSamples * (1 - splitPoint) samples will be used for testing, 0 means default (1.0), 1.0…
288 …hrinkDictMaxRegression% worse than the largest dictionary. 0 means no shrinking and 1 means shrink…
296 … /* log of size of frequency array : constraint: 0 < f <= 31 : 1 means default(20)*/
297 … /* Number of steps : Only used for optimization : 0 means default (40) : Higher means more…
298 …unsigned nbThreads; /* Number of threads : constraint: 0 < nbThreads : 1 means single-thr…
299 …the last nbSamples * (1 - splitPoint) samples will be used for testing, 0 means default (0.75), 1.…
300 … Acceleration level: constraint: 0 < accel <= 10, higher means faster and less accurate, 0 means d…
301 …hrinkDictMaxRegression% worse than the largest dictionary. 0 means no shrinking and 1 means shrink…
393 unsigned selectivityLevel; /* 0 means default; larger => select more => larger dictionary */