Home | History | Annotate | Download | only in C

Lines Matching full:default

22     by default (lc=3, lp=0), state_size = 16 KB.

54 The default value for "level" is 5.
62 The default value is 16 MB = (1 << 24) bytes.
67 It can be in the range from 0 to 8. The default value is 3.
71 It can be in the range from 0 to 4. The default value is 0.
77 It can be in the range from 0 to 4. The default value is 2.
81 It can be in the range from 5 to 273. The default value is 32.
85 numThreads - The number of thereads. 1 or 2. The default value is 2.
100 int level, /* 0 <= level <= 9, default = 5 */
101 unsigned dictSize, /* default = (1 << 24) */
102 int lc, /* 0 <= lc <= 8, default = 3 */
103 int lp, /* 0 <= lp <= 4, default = 0 */
104 int pb, /* 0 <= pb <= 4, default = 2 */
105 int fb, /* 5 <= fb <= 273, default = 32 */
106 int numThreads /* 1 or 2, default = 2 */