Home
last modified time | relevance | path

Searched refs:FSE_NCOUNTBOUND (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/zstd/lib/common/
H A Dfse.h303 #define FSE_NCOUNTBOUND 512 macro
305 #define FSE_COMPRESSBOUND(size) (FSE_NCOUNTBOUND + FSE_BLOCKBOUND(size)) /* Macro version, useful…
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c73 BYTE wksp[FSE_NCOUNTBOUND]; in ZSTD_NCountCost()
H A Dfse_compress.c193 return maxSymbolValue ? maxHeaderSize : FSE_NCOUNTBOUND; /* maxSymbolValue==0 ? use default */ in FSE_NCountWriteBound()