Lines Matching refs:dictionary
94 Use FILEs as a training set to create a dictionary.
151 This is effectively dictionary compression with some convenient parameter
178 do not store dictionary ID within frame header (dictionary compression).
179 The decoder will have to rely on implicit knowledge about which dictionary to use,
188 this parameter overrides that maximum size allowed for a dictionary. (128 MB).
295 the result of which is saved into a file called a `dictionary`.
296 Then during compression and decompression, reference the same dictionary,
301 Use FILEs as training set to create a dictionary.
303 and weight typically 100x the target dictionary size
304 (for example, 10 MB for a 100 KB dictionary).
308 The legacy dictionary builder can be accessed with `--train-legacy`.
309 The cover dictionary builder can be accessed with `--train-cover`.
312 Dictionary saved into `file` (default name: dictionary).
314 Limit dictionary to specified size (default: 112640).
322 A dictionary ID is a locally unique ID that a decoder can use to verify it is
323 using the right dictionary.
329 However, it's up to the dictionary manager to not assign twice the same ID to
332 Select parameters for the default dictionary builder algorithm named cover.
341 Selects segments of size _k_ with highest score to put in the dictionary.
349 to find optimal _d_ and _k_ to build dictionary.
351 Having _shrink_ enabled takes a truncated dictionary of minimum size and doubles
352 in size until compression ratio of the truncated dictionary is at most
353 _shrinkDictMaxRegression%_ worse than the compression ratio of the largest dictionary.
392 Use legacy dictionary builder algorithm with the given dictionary
394 The smaller the _selectivity_ value, the denser the dictionary,