Lines Matching +full:pre +full:- +full:determined
4 * Copyright (C) 2013-2016, Yann Collet.
6 * BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
33 * Free Software Foundation. This program is dual-licensed; you may select
38 * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
78 #define HUF_BLOCKBOUND(size) (size + (size >> 8) + 8) /* only true if incompressible pre-filtere…
90 …, maxTableLog) HUF_DTable DTable[HUF_DTABLE_SIZE((maxTableLog)-1)] = {((U32)((maxTableLog)-1) * 0x…
108 size_t workspaceSize); /**< single-symbol decoder */
110 size_t workspaceSize); /**< double-symbols decoder */
123 The following API allows targeting specific sub-functions for advanced tasks.
150 …* `workSpace` must be aligned on 4-bytes boundaries, and be at least as large as a table of 1024 …
168 1. select the decompression algorithm (X2, X4) based on pre-computed heuristics
175 * based on a set of pre-determined metrics.
203 size_t workspaceSize); /**< single-symbol decoder */
205 size_t workspaceSize); /**< double-symbols decoder */